From ecda3d4369376b1188c59ec6e66d6d75c2ed78c0 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:40:39 -0600 Subject: [PATCH] fixed openssl call --- scripts/setup_wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup_wizard.sh b/scripts/setup_wizard.sh index 7ff12c6..ac99e45 100755 --- a/scripts/setup_wizard.sh +++ b/scripts/setup_wizard.sh @@ -176,7 +176,7 @@ fi echo "" >&2 echo -e "${GREEN}=== Cert information ===${NC}" >&2 -openssl x509 -noout -subject -issuer -ext extendedKeyUsage -ext subjectAltName -enddate -in "$CERT_LOCATION" +openssl x509 -noout -subject -issuer -ext extendedKeyUsage,subjectAltName -enddate -in "$CERT_LOCATION" SERVICE_FILE="cert-renewer.service" TIMER_FILE="cert-renewer.timer"