24 lines
405 B
JSON
24 lines
405 B
JSON
{
|
|
"certChecker": {
|
|
"dbConnectFile": "test/secrets/cert_checker_dburl",
|
|
"maxOpenConns": 10,
|
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
|
"ignoredLints": [
|
|
"n_subject_common_name_included"
|
|
]
|
|
},
|
|
|
|
"pa": {
|
|
"challenges": {
|
|
"http-01": true,
|
|
"dns-01": true,
|
|
"tls-alpn-01": true
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 6
|
|
}
|
|
}
|