fixed openssl call

This commit is contained in:
John Lancaster
2026-01-01 15:40:39 -06:00
parent 3d377634aa
commit ecda3d4369

View File

@@ -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"