diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-11 16:09:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 16:09:07 +0100 |
commit | 67e003d7dd2b595a7acd602635d9e56acaa45b6b (patch) | |
tree | 84fba86008dca88faf16b472a5c1b888fdd5ed4f /test/units/TEST-74-AUX-UTILS.sbsign.sh | |
parent | network: further rework for reconfiguring interfaces (#35059) (diff) | |
parent | Introduce systemd-keyutil to do various key/certificate operations (diff) | |
download | systemd-67e003d7dd2b595a7acd602635d9e56acaa45b6b.tar.xz systemd-67e003d7dd2b595a7acd602635d9e56acaa45b6b.zip |
Introduce systemd-keyutil to do various key/certificate operations (#35095)
Let's gather generic key/certificate operations in a new tool
systemd-keyutil instead of spreading them across various special purpose
tools.
Fixes #35087
Diffstat (limited to 'test/units/TEST-74-AUX-UTILS.sbsign.sh')
-rwxr-xr-x | test/units/TEST-74-AUX-UTILS.sbsign.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/units/TEST-74-AUX-UTILS.sbsign.sh b/test/units/TEST-74-AUX-UTILS.sbsign.sh index 891a2ae8af..fc186517d1 100755 --- a/test/units/TEST-74-AUX-UTILS.sbsign.sh +++ b/test/units/TEST-74-AUX-UTILS.sbsign.sh @@ -53,8 +53,4 @@ testcase_sign_systemd_boot() { sbverify --cert /tmp/sb.crt /tmp/sdboot } -testcase_validate_key() { - /usr/lib/systemd/systemd-sbsign validate-key --certificate /tmp/sb.crt --private-key /tmp/sb.key -} - run_testcases |