Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate lints about keyIdentifier in certificates #726

Merged
merged 10 commits into from
Jul 9, 2023
Prev Previous commit
Next Next commit
typo
  • Loading branch information
christopher-henderson committed Jun 11, 2023
commit a9d76cac7f09d2f7437d2f2cc384638ed14646d5
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ func (l *authorityKeyIdNoKeyIdField) Execute(c *x509.Certificate) *lint.LintResu
Details: "self signed CA certificate has an authority key id that does " +
"not match the certificate's subject key id"}
} else {
// ..., but only the subject key identifier is needed for certification path building.
// ...but only the subject key identifier is needed for certification path building.
return &lint.LintResult{Status: lint.Pass}
}
}