lego/e2e/fixtures/pebble-config.json
bllfr0g dc992b8d87
feat: add support for Profiles Extension (#2415)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2025-01-29 08:55:36 +01:00

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
}
}
}
}