Skip to content

Commit

Permalink
lints: fix description of e_ext_ian_uri_not_ia5 (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhodson authored Jan 28, 2021
1 parent 2549ed3 commit c1c6681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/lints/rfc/lint_ext_ian_uri_not_ia5.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ stored in the uniformResourceIdentifier (an IA5String).
func init() {
lint.RegisterLint(&lint.Lint{
Name: "e_ext_ian_uri_not_ia5",
Description: "When subjectAltName contains a URI, the name MUST be an IA5 string",
Description: "When issuer alternative name contains a URI, the name MUST be an IA5 string",
Citation: "RFC5280: 4.2.1.7",
Source: lint.RFC5280,
EffectiveDate: util.RFC5280Date,
Expand Down

0 comments on commit c1c6681

Please sign in to comment.