Set RSA key size to 4096 (defaults to 2048 which is debatably insecure)

This commit is contained in:
marinmo 2022-01-16 18:52:25 +01:00
parent 1f3ac7a9ec
commit b8b6ba04ce

View file

@ -4,3 +4,4 @@ webroot-path = /data/letsencrypt-acme-challenge
key-type = ecdsa
elliptic-curve = secp384r1
preferred-chain = ISRG Root X1
rsa-key-size = 4096