22 lines
361 B
JSON
22 lines
361 B
JSON
{
|
|
"certChecker": {
|
|
"dbConnectFile": "test/secrets/cert_checker_dburl",
|
|
"maxDBConns": 10,
|
|
"hostnamePolicyFile": "test/hostname-policy.json"
|
|
},
|
|
|
|
"pa": {
|
|
"challenges": {
|
|
"http-01": true,
|
|
"tls-sni-01": true,
|
|
"dns-01": true,
|
|
"tls-alpn-01": true
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
}
|
|
}
|