Files
probo/compose/pebble/pebble-config.json
Bryan Frimin 88ae17ad49 Add ACME test server
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
2025-10-09 15:03:32 +02:00

12 lines
321 B
JSON

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