From 989baefda32f5d50969ceafacc6d54215e28cc7b Mon Sep 17 00:00:00 2001 From: Christopher Henderson Date: Mon, 4 Nov 2024 08:42:04 -0800 Subject: [PATCH] Correct typo in RFC section reference (#898) --- v3/lints/rfc/lint_crl_has_authority_key_identifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/lints/rfc/lint_crl_has_authority_key_identifier.go b/v3/lints/rfc/lint_crl_has_authority_key_identifier.go index 8f6af37f5..cdb0d5aee 100644 --- a/v3/lints/rfc/lint_crl_has_authority_key_identifier.go +++ b/v3/lints/rfc/lint_crl_has_authority_key_identifier.go @@ -30,7 +30,7 @@ func init() { LintMetadata: lint.LintMetadata{ Name: "e_crl_has_authority_key_identifier", Description: "The CRL must include Authority Key Identifier extension.", - Citation: "RFC5280 §5.2,1", + Citation: "RFC5280 §5.2.1", Source: lint.RFC5280, EffectiveDate: util.RFC5280Date, },