package
1.6.5
Repository: https://github.com/cloudflare/cfssl.git
Documentation: pkg.go.dev

# Functions

ExtractCertificateRequest extracts a CertificateRequest from x509.Certificate.
Generate creates a new CSR(PEM encoded) from a CertificateRequest structure and an existing key.
GenerateDER creates a new CSR(ASN1 DER encoded) from a CertificateRequest structure and an existing key.
IsNameEmpty returns true if the name has no identifying information in it.
New returns a new, empty CertificateRequest with a KeyRequest.
NewKeyRequest returns a default KeyRequest.
OIDFromString creates an ASN1 ObjectIdentifier from its string representation.
ParseRequest takes a certificate request and generates a key and CSR from it.
Regenerate uses the provided CSR as a template for signing a new CSR using priv.

# Structs

BasicConstraints CSR information RFC 5280, 4.2.1.9.
CAConfig is a section used in the requests initialising a new CA.
A CertificateRequest encapsulates the API interface to the certificate request functionality.
A Generator is responsible for validating certificate requests.
A KeyRequest contains the algorithm and key size for a new private key.
A Name contains the SubjectInfo fields.