package
0.2.1
Repository: https://github.com/cilium/certgen.git
Documentation: pkg.go.dev

# Constants

CACertFile is the path to the CA cert PEM (if CAGenerate is false).
CACommonName is the CA x509 certificate CN value.
CAGenerate can be set to true to generate a new CA secret.
CAKeyFile is the path to the CA key PEM (if CAGenerate is false).
#nosec.
CASecretName is the Kubernetes Secret in which the CA certificate is read from and/or written to.
CASecretNamespace is the Kubernetes Namespace in which the CA Secret will be stored.
CAValidityDuration represent how much time the CA certificate generated by certgen is valid.
CertsConfig is the configuration describing the certificates to generate.
CertsConfigFile is the file containing the configuration describing the certificates to generate.
Debug enables debug messages.
K8sKubeConfigPath is the path to the kubeconfig If empty, the in-cluster configuration is used.
K8sRequestTimeout specifies the timeout for K8s API requests.

# Variables

Config is the main configuration as obtained from command-line arguments, environment variables and config files.

# Structs

CertGenConfig contains the main configuration options.
No description provided by the author
No description provided by the author