Remove installation of step-ca revoke script

Removed step-ca revoke script installation.
This commit is contained in:
Joerg Heinemann 2026-02-04 18:38:57 +01:00 committed by GitHub
parent 0f787aacd8
commit 64a3696786
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,6 @@ msg_ok "Installed step-batcher to export step-ca badger database"
msg_info "Install step-ca helper scripts"
StepRequest="$STEPHOME/step-ca-request.sh"
StepRevoke="$STEPHOME/step-ca-revoke.sh"
$STD cat <<'EOF' >$StepRequest
#!/usr/bin/env bash
#
@ -273,15 +272,7 @@ step ca certificate $FQDN $StepCertDir/$FQDN.crt $StepCertDir/$FQDN.key \
&& step certificate inspect $StepCertDir/$FQDN.crt \
|| echo "Failed to request certificate"; exit
EOF
$STD cat <<'EOF' >$StepRevoke
#!/usr/bin/env bash
#
# step ca revoke <serialnumber>
#
step ca revoke
EOF
chmod 700 $StepRequest
chmod 700 $StepRevoke
msg_ok "Installed step-ca helper scripts"
motd_ssh