mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-02-12 16:12:44 +00:00
20 lines
567 B
JSON
20 lines
567 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": 8000,
|
|
"tlsPort": 8001,
|
|
"ocspResponderURL": "",
|
|
"externalAccountBindingRequired": false,
|
|
"domainBlocklist": [
|
|
"blocked-domain.example"
|
|
],
|
|
"retryAfter": {
|
|
"authz": 3,
|
|
"order": 5
|
|
},
|
|
"certificateValidityPeriod": 157766400
|
|
}
|
|
} |