test: Update cert-checker configs

This commit is contained in:
James Renken 2025-07-08 22:23:12 -07:00
parent 21d304812e
commit 7d77c87396
No known key found for this signature in database
2 changed files with 8 additions and 4 deletions

View File

@ -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",

View File

@ -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"