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

# Functions

CreateCertificateChain creates a chain of certificates from a slice of requests.
CreateSelfSignedCert creates a self-signed certificate from a certificate request.
NewConfig returns a config object from the data passed.
SignCertificate uses a certificate (input as signerCert) to create a signed certificate for the input request.
StartCFSSLServer creates a local server listening on the given address and port number.

# Variables

CSRTests define a set of CSR files for testing.

# Structs

CFSSLServer is the type returned by StartCFSSLServer.
CFSSLServerData is the data with which a server is initialized.
CSRTest holds information about CSR test files.