boulder/linter/lints/cpcps
Aaron Gable ab8497fae6
CA: Remove deprecated crldpBase config (#7461)
Remove the CA's global "crldpBase" config item, and the code which used
it to produce a IDP URI in our CRLs if it was configured.

This config item has been replaced by per-issuer crlURLBase configs
instead, because we have switched our CRL URL format from
"commonURL/issuerID/shard.crl" to "issuerURL/shard.crl" in anticipation
of including these URLs directly in our end-entity certs.

IN-10046 tracked the corresponding change in prod
2024-05-02 15:14:05 -07:00
..
testdata Improve CRL IssuingDistributionPoint lint (#7299) 2024-02-08 15:14:57 -08:00
lint_crl_has_idp.go CA: Remove deprecated crldpBase config (#7461) 2024-05-02 15:14:05 -07:00
lint_crl_has_idp_test.go CA: Remove deprecated crldpBase config (#7461) 2024-05-02 15:14:05 -07:00
lint_crl_has_no_aia.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_no_aia_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_no_cert_issuers.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_no_cert_issuers_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_is_not_delta.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_is_not_delta_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_root_ca_cert_validity_period_greater_than_25_years.go Switch from lint.Lint to lint.CertificateLint (#7230) 2023-12-21 08:11:03 -08:00
lint_subordinate_ca_cert_validity_period_greater_than_8_years.go Switch from lint.Lint to lint.CertificateLint (#7230) 2023-12-21 08:11:03 -08:00
lint_subscriber_cert_validity_greater_than_100_days.go Switch from lint.Lint to lint.CertificateLint (#7230) 2023-12-21 08:11:03 -08:00
lint_validity_period_has_extra_second.go Switch from lint.Lint to lint.CertificateLint (#7230) 2023-12-21 08:11:03 -08:00