From 06a1b98dc660f24e7dcdb9fdd913b905d7d373e8 Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Tue, 3 Feb 2026 15:25:32 +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 e4223acc..cf78012c 100644 --- a/install/step-ca-install.sh +++ b/install/step-ca-install.sh @@ -156,7 +156,7 @@ $STD cat <<'EOF' >$StepBadgerX509Certs cp --recursive --force "$(step path)/db/"* "$STEPHOME/db-copy/" cp --recursive --force "$(step path)/certs/"* "$STEPHOME/certs/ca/" -step-badger" x509Certs "$STEPHOME/db-copy" \ +step-badger x509Certs "$STEPHOME/db-copy" \ --dnsnames \ --emailaddresses \ --ipaddresses \