15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"pebble": {
|
|
"listenAddress": "0.0.0.0:14000",
|
|
"managementListenAddress": "0.0.0.0:15000",
|
|
"certificate": "/test/config/certs/pebble.crt",
|
|
"privateKey": "/test/config/certs/pebble.key",
|
|
"httpPort": 5002,
|
|
"tlsPort": 5001,
|
|
"ocspResponderURL": "",
|
|
"externalAccountBindingRequired": false,
|
|
"domainBlocklist": [],
|
|
"certificateValidityPeriod": 157766400
|
|
}
|
|
}
|