Merge pull request #1265 from phantomski77/master
Update letsencrypt.ini to support ECDSA keys
This commit is contained in:
commit
ba1e6fa984
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue