Configure pebble to use TLS

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-10-03 13:55:26 +02:00
parent 242104bc10
commit 0076b6eb91
3 changed files with 19 additions and 4 deletions

View File

@@ -2,12 +2,13 @@
"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",
"certificate": "/test/config/certs/pebble.crt",
"privateKey": "/test/config/certs/pebble.key",
"httpPort": 5002,
"tlsPort": 5001,
"ocspResponderURL": "",
"externalAccountBindingRequired": false,
"domainBlocklist": []
"domainBlocklist": [],
"certificateValidityPeriod": 157766400
}
}