Files
probo/compose/pebble/pebble-config.json
Bryan Frimin 0076b6eb91 Configure pebble to use TLS
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-09 15:04:56 +02:00

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