cli/third-party/github.com/letsencrypt/boulder/test/config/cert-checker.json
2025-07-02 14:56:58 +02:00

36 lines
735 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"
],
"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"
},
"pa": {
"challenges": {
"http-01": true,
"dns-01": true,
"tls-alpn-01": true
},
"identifiers": {
"dns": true
}
},
"syslog": {
"stdoutlevel": 6,
"sysloglevel": 6
}
}