server-setup/test/config/pebble-config.json

18 lines
513 B
JSON
Raw Permalink Normal View History

2024-07-04 06:40:30 +00:00
{
"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,
"domainBlocklist": [],
"retryAfter": {
"authz": 3,
"order": 5
},
"certificateValidityPeriod": 6000
}
}