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:
parent
cd3a0684d0
commit
b1ceda3af4
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
text = True
|
text = True
|
||||||
non-interactive = True
|
non-interactive = True
|
||||||
webroot-path = /data/letsencrypt-acme-challenge
|
webroot-path = /data/letsencrypt-acme-challenge
|
||||||
|
key-type = ecdsa
|
||||||
|
elliptic-curve = secp384r1
|
||||||
|
|
Loading…
Reference in a new issue