summaryrefslogtreecommitdiffstats
path: root/test/units/TEST-74-AUX-UTILS.sbsign.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-11-11 16:09:07 +0100
committerGitHub <noreply@github.com>2024-11-11 16:09:07 +0100
commit67e003d7dd2b595a7acd602635d9e56acaa45b6b (patch)
tree84fba86008dca88faf16b472a5c1b888fdd5ed4f /test/units/TEST-74-AUX-UTILS.sbsign.sh
parentnetwork: further rework for reconfiguring interfaces (#35059) (diff)
parentIntroduce systemd-keyutil to do various key/certificate operations (diff)
downloadsystemd-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-xtest/units/TEST-74-AUX-UTILS.sbsign.sh4
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