package
0.0.0-20181129230153-438437361058
Repository: https://github.com/adamjacobmuller/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.