mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-17 23:12:14 +02:00
27 lines
731 B
JSON
27 lines
731 B
JSON
{
|
|
"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",
|
|
"httpPort": 5002,
|
|
"tlsPort": 5001,
|
|
"ocspResponderURL": "",
|
|
"externalAccountBindingRequired": false,
|
|
"domainBlocklist": ["blocked-domain.example"],
|
|
"retryAfter": {
|
|
"authz": 3,
|
|
"order": 5
|
|
},
|
|
"profiles": {
|
|
"default": {
|
|
"description": "The profile you know and love",
|
|
"validityPeriod": 7776000
|
|
},
|
|
"shortlived": {
|
|
"description": "A short-lived cert profile, without actual enforcement",
|
|
"validityPeriod": 518400
|
|
}
|
|
}
|
|
}
|
|
}
|