initial public commit
This commit is contained in:
commit
6456bc19ce
17 changed files with 1613 additions and 0 deletions
18
test/config/pebble-config.json
Normal file
18
test/config/pebble-config.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"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": 80,
|
||||
"tlsPort": 443,
|
||||
"ocspResponderURL": "",
|
||||
"externalAccountBindingRequired": false,
|
||||
"domainBlocklist": [],
|
||||
"retryAfter": {
|
||||
"authz": 3,
|
||||
"order": 5
|
||||
},
|
||||
"certificateValidityPeriod": 6000
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue