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