Update install/step-ca-install.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Joerg Heinemann 2026-02-03 15:26:38 +01:00 committed by GitHub
parent 06a1b98dc6
commit 7736d3673d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,8 +114,6 @@ msg_ok "Updated provisioner configurations"
msg_info "Start step-ca as a Daemon"
ServiceFileGitHUB="https://raw.githubusercontent.com/smallstep/certificates/refs/heads/master/systemd/step-ca.service"
$STD curl -fsSL $ServiceFileGitHUB >/etc/systemd/system/step-ca.service
$STD systemctl daemon-reload -q
$STD systemctl enable -q --now step-ca
msg_ok "Started step-ca as a Daemon"