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}
Command assembles the definition of Command 'genkey'
Functions ¶
func Validator ¶
func Validator(req *csr.CertificateRequest) error
Validator does nothing and will never return an error. It exists because creating a csr.Generator requires a Validator.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.