Browse Source

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 4 năm trước cách đây
mục cha
commit
b1ceda3af4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      docker/rootfs/etc/letsencrypt.ini

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

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