39 lines
848 B
JSON
39 lines
848 B
JSON
{
|
|
"certChecker": {
|
|
"db": {
|
|
"dbConnectFile": "test/secrets/cert_checker_dburl",
|
|
"maxOpenConns": 10
|
|
},
|
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
|
"workers": 16,
|
|
"unexpiredOnly": true,
|
|
"badResultsOnly": true,
|
|
"checkPeriod": "72h",
|
|
"acceptableValidityDurations": [
|
|
"7776000s"
|
|
],
|
|
"lintConfig": "test/config-next/zlint.toml",
|
|
"ignoredLints": [
|
|
"w_subject_common_name_included",
|
|
"w_ext_subject_key_identifier_missing_sub_cert",
|
|
"w_ext_subject_key_identifier_not_recommended_subscriber"
|
|
],
|
|
"ctLogListFile": "test/ct-test-srv/log_list.json",
|
|
"features": {
|
|
"CertCheckerChecksValidations": true,
|
|
"CertCheckerRequiresValidations": true
|
|
}
|
|
},
|
|
"pa": {
|
|
"challenges": {
|
|
"http-01": true,
|
|
"dns-01": true,
|
|
"tls-alpn-01": true
|
|
}
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": -1
|
|
}
|
|
}
|