Skip to content

Commit c460a8f

Browse files
authored
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.
1 parent 5f85243 commit c460a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/rootfs/etc/letsencrypt.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ text = True
22
non-interactive = True
33
authenticator = webroot
44
webroot-path = /data/letsencrypt-acme-challenge
5+
key-type = ecdsa
6+
elliptic-curve = secp384r1

0 commit comments

Comments
 (0)