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

# Constants

CACommonName is the CA x509 certificate CN value.
CAGenerate can be set to true to generate a new CA secret.
CAReuseSecret can be set to true to store and load the CA from the secret if it exists.
CASecretName is the Kubernetes Secret in which the CA certificate is read from and/or written to.
CASecretNamespace is the namespace in which the CA certificate is read from and/or written to.
CAValidityDuration represent how much time the CA certificate generated by certgen is valid.
Debug enables debug messages.
K8sRequestTimeout specifies the timeout for K8s API requests.