Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServeCmd = &cobra.Command{
Use: "serve",
Short: "Offer signing services over a HTTPS API",
RunE: serveCmd,
}
View Source
var SetupCmd = &cobra.Command{
Use: "setup",
Short: "Generate private key and certificate request for server",
RunE: setupCmd,
}
Functions ¶
func MakeServer ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.