Skip to content

Commit b1ceda3

Browse files
phantomski77jc21
authored andcommitted
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 cd3a068 commit b1ceda3

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
@@ -1,3 +1,5 @@
11
text = True
22
non-interactive = True
33
webroot-path = /data/letsencrypt-acme-challenge
4+
key-type = ecdsa
5+
elliptic-curve = secp384r1

0 commit comments

Comments
 (0)