Changed from RSA to ECC
This commit is contained in:
parent
623e99c6ab
commit
c749963427
@ -340,7 +340,7 @@ if [ ! -f "/config/keys/letsencrypt/fullchain.pem" ]; then
|
||||
fi
|
||||
echo "Generating new certificate"
|
||||
# shellcheck disable=SC2086
|
||||
certbot certonly --renew-by-default --server $ACMESERVER $ZEROSSL_EAB $PREFCHAL --rsa-key-size 4096 $EMAILPARAM --agree-tos $URL_REAL
|
||||
certbot certonly --renew-by-default --server $ACMESERVER $ZEROSSL_EAB $PREFCHAL --elliptic-curve secp384r1 --key-type ecdsa $EMAILPARAM --agree-tos $URL_REAL
|
||||
if [ -d /config/keys/letsencrypt ]; then
|
||||
cd /config/keys/letsencrypt || exit
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user