# 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.