Documentation ¶
Overview ¶
Package genkey implements the genkey command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cli.Command{UsageText: genkeyUsageText, Flags: genkeyFlags, Main: genkeyMain}
CLIGenKey is a subcommand for generating a new key and CSR from a JSON CSR request file.
Functions ¶
func Validator ¶
func Validator(req *csr.CertificateRequest) error
Validator returns true if the csr has at least one host
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.