41 lines
821 B
JSON
41 lines
821 B
JSON
{
|
|
"certChecker": {
|
|
"db": {
|
|
"dbConnectFile": "test/secrets/cert_checker_dburl",
|
|
"maxOpenConns": 10
|
|
},
|
|
"hostnamePolicyFile": "test/hostname-policy.yaml",
|
|
"goodkey": {
|
|
"fermatRounds": 100
|
|
},
|
|
"workers": 16,
|
|
"unexpiredOnly": true,
|
|
"badResultsOnly": true,
|
|
"checkPeriod": "72h",
|
|
"acceptableValidityDurations": [
|
|
"7776000s"
|
|
],
|
|
"ignoredLints": [
|
|
"w_subject_common_name_included",
|
|
"w_sub_cert_aia_contains_internal_names"
|
|
],
|
|
"ctLogListFile": "test/ct-test-srv/log_list.json",
|
|
"features": {
|
|
"CertCheckerRequiresCorrespondence": true,
|
|
"CertCheckerChecksValidations": true,
|
|
"CertCheckerRequiresValidations": true
|
|
}
|
|
},
|
|
"pa": {
|
|
"challenges": {
|
|
"http-01": true,
|
|
"dns-01": true,
|
|
"tls-alpn-01": true
|
|
}
|
|
},
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": -1
|
|
}
|
|
}
|