Documentation ¶
Index ¶
Constants ¶
View Source
const ( CommandName = "generate" PkiSetupVaultJSON = "pkisetup-vault.json" PkiSetupKongJSON = "pkisetup-kong.json" PkiInitScratchDir = "scratch" PkiInitGeneratedDir = "generated" TlsSecretFileName = "server.key" CaServiceName = "ca" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand( lc logger.LoggingClient, configuration *config.ConfigurationStruct) (*Command, *flag.FlagSet)
func (*Command) GeneratePkis ¶
Click to show internal directories.
Click to hide internal directories.