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

# Functions

NewHandler creates a new handler to serve information on the CA's certificates, taking a signer to use.
NewMultiHandler constructs a MultiHandler from a mapping of labels to signers and the default label.

# Structs

Handler is a type that contains the root certificates for the CA, and serves information on them for clients that need the certificates.
MultiHandler is a handler for providing the public certificates for a multi-root certificate authority.