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
Similarly to #18962, the following fields of template are used by x509.CreateCertificate but are not listed as being used by that function in the docs:
ExtraExtensions
OCSPServer
IssuingCertificateURL
EmailAddresses
IPAddresses
PolicyIdentifiers
CRLDistributionPoints
(They are all used in buildExtensions, called by CreateCertificate).