Skip to content

crypto/x509: CreateCertificate docs incompletely list template fields used #21363

@cryslith

Description

@cryslith

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationIssues describing a change to documentation.FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions