orchid/pebble/pebble-config.json
2023-07-10 17:51:14 +01:00

20 lines
510 B
JSON

{
"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
}
}
}