diff --git a/inc/certs.inc b/inc/certs.inc index eaa093f7..46712183 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -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