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

# Functions

LoadRoot parses a config structure into a Root structure.
Parse loads a RootList from a file.
ParseToRawMap takes the filename as a string and returns a RawMap.

# Variables

ErrInvalidConfig indicates the configuration is invalid.
ErrMissingCertificatePath indicates that the configuration is missing a certificate specifier.
ErrMissingConfigPath indicates that the configuration lacks a valid CFSSL configuration.
ErrMissingPrivateKey indicates that the configuration is missing a private key specifier.
ErrUnsupportedScheme indicates a private key scheme that is not currently supported.

# Structs

A Root represents a single certificate authority root key pair.

# Type aliases

RawMap is shorthand for the type used as a map from string to raw Root struct.
A RootList associates a set of labels with the appropriate private keys and their certificates.