mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-15 01:58:15 -04:00

Since we have newer certbot available, it's time to support more modern and safer ECDSA keys instead of RSA.
7 lines
151 B
INI
7 lines
151 B
INI
text = True
|
|
non-interactive = True
|
|
authenticator = webroot
|
|
webroot-path = /data/letsencrypt-acme-challenge
|
|
key-type = ecdsa
|
|
elliptic-curve = secp384r1
|