fixed openssl call
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user