mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2025-02-22 13:51:09 +01:00
22 lines
631 B
JSON
22 lines
631 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": true,
|
|
"externalAccountMACKeys": {
|
|
"kid-1": "zWNDZM6eQGHWpSRTPal5eIUYFTu7EajVIoguysqZ9wG44nMEtx3MUAsUDkMTQ12W",
|
|
"kid-2": "b10lLJs8l1GPIzsLP0s6pMt8O0XVGnfTaCeROxQM0BIt2XrJMDHJZBM5NuQmQJQH"
|
|
},
|
|
"retryAfter": {
|
|
"authz": 3,
|
|
"order": 5
|
|
},
|
|
"certificateValidityPeriod": 157766400
|
|
}
|
|
}
|