Update certs.inc
This commit is contained in:
@@ -720,7 +720,7 @@ UPGRADECERTS(){
|
||||
echo -e "${idsCL[LightGreen]}Certificate upgrading for '${idsCL[Yellow]}${SUBJECT}${idsCL[Green]}'${idsCL[Default]}"
|
||||
echo -e "${idsCL[Green]}All SSL Hostnames: '${idsCL[Yellow]}${allnames}${idsCL[Green]}'${idsCL[Default]}"
|
||||
|
||||
$CERT_DAEMON certonly --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}
|
||||
$CERT_DAEMON certonly --preferred-chain "ISRG Root X1" --key-type ecdsa --server https://acme-v02.api.letsencrypt.org/directory --webroot --webroot-path ${NM_CERTPATH}/letsencrypt-acme-challenge -d ${allnames}
|
||||
echo
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user