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
Force version 3 leaf certificates with a subjectKeyIdentifier
openssl emits a version 1 leaf without a subjectKeyIdentifier when x509 -req runs
without extensions on openssl 3.0.x, while newer builds add one by default. The
WSSE SubjectKeyIdentifier and IssuerSerial key references require it, so signing an
RSA or EC leaf now passes an extfile that sets basicConstraints, subjectKeyIdentifier
and keyUsage, making the certificates identical across platform openssl versions.
0 commit comments