Skip to content

crypto/x509: typo in CreateCertificateRequest docs #8936

Description

@gopherbot

by carl@stripe.com:

The docs at http://golang.org/pkg/crypto/x509/#CreateCertificateRequest read:

"""
CreateCertificateRequest creates a new certificate based on a template. The following
members of template are used: Subject, Attributes, SignatureAlgorithm, Extension,
DNSNames, EmailAddresses, and IPAddresses. The private key is the private key of the
signer.
"""

The field on CertificateRequest is named "Extensions," not
"Extension"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions