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).
Similarly to #18962, the following fields of
templateare used byx509.CreateCertificatebut are not listed as being used by that function in the docs:ExtraExtensionsOCSPServerIssuingCertificateURLEmailAddressesIPAddressesPolicyIdentifiersCRLDistributionPoints(They are all used in
buildExtensions, called byCreateCertificate).