mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Remove installation of step-ca revoke script
Removed step-ca revoke script installation.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user