forked from TrueCloudLab/lego
10 lines
212 B
JSON
10 lines
212 B
JSON
|
{
|
||
|
"pebble": {
|
||
|
"listenAddress": "0.0.0.0:14000",
|
||
|
"certificate": "fixtures/certs/localhost/cert.pem",
|
||
|
"privateKey": "fixtures/certs/localhost/key.pem",
|
||
|
"httpPort": 5002,
|
||
|
"tlsPort": 5001
|
||
|
}
|
||
|
}
|