...
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 },
22 "pa": {
23 "challenges": {
24 "http-01": true,
25 "dns-01": true,
26 "tls-alpn-01": true
27 }
28 },
29 "syslog": {
30 "stdoutlevel": 6,
31 "sysloglevel": 6
32 }
33}
View as plain text