Explorar o código

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.
David Dosoudil %!s(int64=4) %!d(string=hai) anos
pai
achega
c460a8fa5c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      docker/rootfs/etc/letsencrypt.ini

+ 2 - 0
docker/rootfs/etc/letsencrypt.ini

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