mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-03 16:03:38 +00:00
16 lines
407 B
INI
16 lines
407 B
INI
agree-tos = true
|
|
non-interactive = true
|
|
webroot-path = /tmp/acme-challenge
|
|
|
|
new-key= true
|
|
key-type = ecdsa
|
|
must-staple = true
|
|
no-reuse-key = true
|
|
rsa-key-size = 4096
|
|
elliptic-curve = secp384r1
|
|
|
|
# An example of using an alternate ACME server that uses EAB credentials
|
|
# server = https://dv.acme-v02.api.pki.goog/directory
|
|
# eab-kid = somestringofstuffwithoutquotes
|
|
# eab-hmac-key = yaddayaddahexhexnotquoted
|