github.com/letsencrypt/boulder@v0.20251208.0/test/config/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  		"ignoredLints": [
    17  			"w_ext_subject_key_identifier_missing_sub_cert",
    18  			"w_subject_common_name_included",
    19  			"e_dnsname_not_valid_tld",
    20  			"w_ext_subject_key_identifier_not_recommended_subscriber"
    21  		],
    22  		"ctLogListFile": "test/ct-test-srv/log_list.json"
    23  	},
    24  	"pa": {
    25  		"challenges": {
    26  			"http-01": true,
    27  			"dns-01": true,
    28  			"tls-alpn-01": true
    29  		},
    30  		"identifiers": {
    31  			"dns": true,
    32  			"ip": true
    33  		}
    34  	},
    35  	"syslog": {
    36  		"stdoutlevel": 6,
    37  		"sysloglevel": 6
    38  	}
    39  }