Update certs.inc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user