From 2c44404f6f65baa07f18859d1ffadf84553819b1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 22 Nov 2023 23:35:40 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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