From 0008b8d2845e69b193acfc041803287f59bfb455 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Tue, 3 Feb 2026 15:31:21 +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, 1 insertion(+), 1 deletion(-) diff --git a/install/step-ca-install.sh b/install/step-ca-install.sh index 4a7070c1..0f3910d4 100644 --- a/install/step-ca-install.sh +++ b/install/step-ca-install.sh @@ -43,7 +43,7 @@ msg_ok "Authorized low port-binding capabilities" msg_info "Add a smallstep CA service user - Will only be used by systemd to manage the CA" $STD useradd --user-group --system --home $(step path) --shell /bin/false step -msg_ok "Created smallstepp CA service user" +msg_ok "Created smallstep CA service user" # # Quick & Dirty step-ca init options - to be improved via whiptail