test: Update cert-checker configs
This commit is contained in:
parent
21d304812e
commit
7d77c87396
|
|
@ -10,12 +10,14 @@
|
|||
"badResultsOnly": true,
|
||||
"checkPeriod": "72h",
|
||||
"acceptableValidityDurations": [
|
||||
"7776000s"
|
||||
"7776000s",
|
||||
"160h"
|
||||
],
|
||||
"lintConfig": "test/config-next/zlint.toml",
|
||||
"ignoredLints": [
|
||||
"w_subject_common_name_included",
|
||||
"w_ext_subject_key_identifier_missing_sub_cert",
|
||||
"w_subject_common_name_included",
|
||||
"e_dnsname_not_valid_tld",
|
||||
"w_ext_subject_key_identifier_not_recommended_subscriber"
|
||||
],
|
||||
"ctLogListFile": "test/ct-test-srv/log_list.json",
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@
|
|||
"badResultsOnly": true,
|
||||
"checkPeriod": "72h",
|
||||
"acceptableValidityDurations": [
|
||||
"7776000s"
|
||||
"7776000s",
|
||||
"160h"
|
||||
],
|
||||
"ignoredLints": [
|
||||
"w_subject_common_name_included",
|
||||
"w_ext_subject_key_identifier_missing_sub_cert",
|
||||
"w_subject_common_name_included",
|
||||
"e_dnsname_not_valid_tld",
|
||||
"w_ext_subject_key_identifier_not_recommended_subscriber"
|
||||
],
|
||||
"ctLogListFile": "test/ct-test-srv/log_list.json"
|
||||
|
|
|
|||
Loading…
Reference in New Issue