boulder/test/config-next/cert-checker.json

26 lines
427 B
JSON

{
"certChecker": {
"db": {
"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
}
}