Documentation ¶
Index ¶
Constants ¶
View Source
const ( EnvVaultAddress = "VAULT_ADDR" EnvVaultCACert = "VAULT_CACERT" EnvVaultCAPath = "VAULT_CAPATH" EnvVaultClientCert = "VAULT_CLIENT_CERT" EnvVaultClientKey = "VAULT_CLIENT_KEY" EnvVaultInsecure = "VAULT_SKIP_VERIFY" EnvVaultTLSServerName = "VAULT_TLS_SERVER_NAME" EnvVaultToken = "VAULT_TOKEN" )
Variables ¶
View Source
var (
CLICmd = &cobra.Command{
Use: "certctl",
Short: "A command line tool able to request certificate generation from Vault to write certificate files to the local filesystem.",
Run: cliRun,
}
)
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.