Update certs.inc

This commit is contained in:
2023-11-22 23:35:40 -06:00
parent 079e38226c
commit 2c44404f6f

View File

@@ -721,7 +721,7 @@ UPGRADECERTS(){
allnames="${SUBJECT},$SUBJECTNAMES"
fi
$CERT_DAEMON certonly --expand --preferred-chain "ISRG Root X1" --key-type rsa --server https://acme-staging-v02.api.letsencrypt.org/directory --webroot --webroot-path ${NM_CERTPATH}/letsencrypt-acme-challenge -d ${allnames}
$CERT_DAEMON certonly --expand --preferred-chain "ISRG Root X1" --key-type rsa --server https://acme-v02.api.letsencrypt.org/directory --webroot --webroot-path ${NM_CERTPATH}/letsencrypt-acme-challenge -d ${allnames}
if [ -d ${NM_CERTPATH}/live/${MAIN_CERT} ]; then