orchid/pebble/pebble-config.json

20 lines
510 B
JSON
Raw Normal View History

2023-06-29 02:37:00 +01:00
{
"pebble": {
"listenAddress": "0.0.0.0:14000",
"managementListenAddress": "0.0.0.0:15000",
"certificate": "certs/localhost/cert.pem",
"privateKey": "certs/localhost/key.pem",
"httpPort": 5002,
"tlsPort": 5001,
"ocspResponderURL": "",
"externalAccountBindingRequired": false,
"domainBlocklist": [
"blocked-domain.example"
],
"retryAfter": {
"authz": 3,
"order": 5
}
}
}