From 7736d3673da6fc4c79b61c93297f7bf4cbbdecb7 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Tue, 3 Feb 2026 15:26:38 +0100 Subject: [PATCH] Update install/step-ca-install.sh Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- install/step-ca-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/step-ca-install.sh b/install/step-ca-install.sh index cf78012c7..eefa5a9ca 100644 --- a/install/step-ca-install.sh +++ b/install/step-ca-install.sh @@ -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"