github.com/letsencrypt/boulder@v0.20251208.0/test/config-next/cert-checker.json (about) 1 { 2 "certChecker": { 3 "db": { 4 "dbConnectFile": "test/secrets/cert_checker_dburl", 5 "maxOpenConns": 10 6 }, 7 "hostnamePolicyFile": "test/ident-policy.yaml", 8 "workers": 16, 9 "unexpiredOnly": true, 10 "badResultsOnly": true, 11 "checkPeriod": "72h", 12 "acceptableValidityDurations": [ 13 "7776000s", 14 "160h" 15 ], 16 "lintConfig": "test/config-next/zlint.toml", 17 "ignoredLints": [ 18 "w_ext_subject_key_identifier_missing_sub_cert", 19 "w_subject_common_name_included", 20 "e_dnsname_not_valid_tld", 21 "w_ext_subject_key_identifier_not_recommended_subscriber" 22 ], 23 "ctLogListFile": "test/ct-test-srv/log_list.json", 24 "features": { 25 "CertCheckerChecksValidations": true, 26 "CertCheckerRequiresValidations": true 27 } 28 }, 29 "pa": { 30 "challenges": { 31 "http-01": true, 32 "dns-01": true, 33 "tls-alpn-01": true 34 }, 35 "identifiers": { 36 "dns": true, 37 "ip": true 38 } 39 }, 40 "syslog": { 41 "stdoutlevel": 6, 42 "sysloglevel": -1 43 } 44 }