Configure pebble to use TLS
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user