From 64a3696786fb7947df48cdde8896f35d673bf200 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Wed, 4 Feb 2026 18:38:57 +0100 Subject: [PATCH] Remove installation of step-ca revoke script Removed step-ca revoke script installation. --- install/step-ca-install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/install/step-ca-install.sh b/install/step-ca-install.sh index 2ab7887a7..55d2102fa 100644 --- a/install/step-ca-install.sh +++ b/install/step-ca-install.sh @@ -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 -# -step ca revoke -EOF chmod 700 $StepRequest -chmod 700 $StepRevoke msg_ok "Installed step-ca helper scripts" motd_ssh