mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2025-02-22 13:51:09 +01:00
18 lines
428 B
JSON
18 lines
428 B
JSON
{
|
|
"pebble": {
|
|
"listenAddress": "0.0.0.0:14000",
|
|
"managementListenAddress": "0.0.0.0:15000",
|
|
"certificate": "test/certs/localhost/cert.pem",
|
|
"privateKey": "test/certs/localhost/key.pem",
|
|
"httpPort": 80,
|
|
"tlsPort": 443,
|
|
"ocspResponderURL": "",
|
|
"externalAccountBindingRequired": false,
|
|
"retryAfter": {
|
|
"authz": 3,
|
|
"order": 5
|
|
},
|
|
"certificateValidityPeriod": 157766400
|
|
}
|
|
}
|