You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.
In your code you have this warning on having "multiple attributes in one RDN" in one certificate. In fact I do not understand the warning and why you made it.
As from initial type definition we have this:
RDNSequence ::= Sequence OF RelativeDistinguishedName
RelativeDistinguishedName ::=SETSIZE (1..MAX) OF AttributeTypeAndValue
And nothing stops us from having multiple AttributeTypeAndValue - could be (1..MAX) values inside one RelativeDistinguishedName.
So, could you describe why you made the warning in certlint?
The text was updated successfully, but these errors were encountered:
In your code you have this warning on having "multiple attributes in one RDN" in one certificate. In fact I do not understand the warning and why you made it.
As from initial type definition we have this:
And nothing stops us from having multiple
AttributeTypeAndValue
- could be(1..MAX)
values inside oneRelativeDistinguishedName
.So, could you describe why you made the warning in
certlint
?The text was updated successfully, but these errors were encountered: