Skip to content

Commit

Permalink
Update letsencrypt.ini to support ECDSA keys
Browse files Browse the repository at this point in the history
Since we have newer certbot available, it's time to support more modern and safer ECDSA keys instead of RSA.
  • Loading branch information
phantomski77 authored Jul 28, 2021
1 parent 5f85243 commit c460a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/rootfs/etc/letsencrypt.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ text = True
non-interactive = True
authenticator = webroot
webroot-path = /data/letsencrypt-acme-challenge
key-type = ecdsa
elliptic-curve = secp384r1

0 comments on commit c460a8f

Please sign in to comment.