# Packages
Package bundle implements the bundle command.
Package certinfo implements the certinfo command.
Package crl implements the crl command.
Package gencert implements the gencert command.
Package gencrl implements the gencrl command.
Package gencsr implements the gencsr command.
Package genkey implements the genkey command.
Package info implements the info command.
Package ocspdump implements the ocspdump command.
Package ocsprefresh implements the ocsprefresh command.
Package ocspserve implements the ocspserve function.
Package ocspsign implements the ocspsign command.
Package revoke implements the revoke command.
Package selfsign implements the selfsign command.
Package serve implements the serve command for CFSSL's API.
Package sign implements the sign command.
Package version implements the version command.
# Functions
PopFirstArgument returns the first element and the rest of a string slice and return error if failed to do so.
PrintCert outputs a cert, key and csr to stdout.
PrintCRL outputs the CRL to stdout.
PrintOCSPResponse outputs an OCSP response to stdout ocspResponse is base64 encoded.
ReadStdin reads from stdin if the file is "-".
RootFromConfig returns a universal signer Root structure that can be used to produce a signer.
Start is the entrance point of cfssl command line tools.