Update letsencrypt.ini to support ECDSA keys

Since we have newer certbot available, it's time to support more modern and safer ECDSA keys instead of RSA.
This commit is contained in:
David Dosoudil
2021-07-28 11:25:24 +01:00
committed by GitHub
parent 5f852437fe
commit c460a8fa5c

View File

@ -2,3 +2,5 @@ text = True
non-interactive = True
authenticator = webroot
webroot-path = /data/letsencrypt-acme-challenge
key-type = ecdsa
elliptic-curve = secp384r1