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
A certificate MUST NOT include more than one instance of a particular extension.
This can occur with the current API in two ways:
Specifying duplicate extensions within CertificateParams.custom_extensions
Specifying an extension in CertificateParams.custom_extensions that has the same OID as an extension rcgen emits natively (e.g. id-ce-subjectAltName, id-ce-authorityKeyIdentifier, etc).
The text was updated successfully, but these errors were encountered:
As a breaking API change
rcgen
should refuse to generate certificates with duplicate extensions.RFC 5280 §4.2 says:
This can occur with the current API in two ways:
CertificateParams.custom_extensions
CertificateParams.custom_extensions
that has the same OID as an extensionrcgen
emits natively (e.g.id-ce-subjectAltName
,id-ce-authorityKeyIdentifier
, etc).The text was updated successfully, but these errors were encountered: