mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
19 lines
499 B
JSON
19 lines
499 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,
|
|
"profiles": {
|
|
"default": {
|
|
"description": "The profile you know and love",
|
|
"validityPeriod": 7776000
|
|
},
|
|
"shortlived": {
|
|
"description": "A short-lived cert profile, without actual enforcement",
|
|
"validityPeriod": 518400
|
|
}
|
|
}
|
|
}
|
|
}
|