...

Text file src/github.com/letsencrypt/boulder/test/config-next/cert-checker.json

Documentation: github.com/letsencrypt/boulder/test/config-next

     1{
     2	"certChecker": {
     3		"db": {
     4			"dbConnectFile": "test/secrets/cert_checker_dburl",
     5			"maxOpenConns": 10
     6		},
     7		"hostnamePolicyFile": "test/hostname-policy.yaml",
     8		"goodkey": {
     9			"fermatRounds": 100
    10		},
    11		"workers": 16,
    12		"unexpiredOnly": true,
    13		"badResultsOnly": true,
    14		"checkPeriod": "72h",
    15		"acceptableValidityDurations": [
    16			"7776000s"
    17		],
    18		"ignoredLints": [
    19			"n_subject_common_name_included"
    20		],
    21		"ctLogListFile": "test/ct-test-srv/log_list.json",
    22		"features": {
    23			"CertCheckerRequiresCorrespondence": true,
    24			"CertCheckerChecksValidations": true,
    25			"CertCheckerRequiresValidations": true
    26		}
    27	},
    28	"pa": {
    29		"challenges": {
    30			"http-01": true,
    31			"dns-01": true,
    32			"tls-alpn-01": true
    33		}
    34	},
    35	"syslog": {
    36		"stdoutlevel": 6,
    37		"sysloglevel": -1
    38	}
    39}

View as plain text