You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-28 08:02:00 +03:00
Merge pull request #1265 from phantomski77/master
Update letsencrypt.ini to support ECDSA keys
This commit is contained in:
@ -2,3 +2,5 @@ text = True
|
|||||||
non-interactive = True
|
non-interactive = True
|
||||||
authenticator = webroot
|
authenticator = webroot
|
||||||
webroot-path = /data/letsencrypt-acme-challenge
|
webroot-path = /data/letsencrypt-acme-challenge
|
||||||
|
key-type = ecdsa
|
||||||
|
elliptic-curve = secp384r1
|
||||||
|
Reference in New Issue
Block a user