cli

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2020 License: Apache-2.0 Imports: 14 Imported by: 1

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

func IsInvalidConfig(err error) bool

IsInvalidConfig asserts invalidConfigError.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL