Auth configures how cert-manager authenticates with the Vault server.
PEM-encoded CA bundle (base64-encoded) used to validate Vault server certificate. Only used if the Server URL is using HTTPS protocol. This parameter is ignored for plain HTTP protocol connection. If not set the system root certificates are used to validate the TLS connection.
Name of the vault namespace. Namespaces is a set of features within Vault Enterprise that allows Vault environments to support Secure Multi-tenancy. e.g: "ns1" More about namespaces can be found here https://www.vaultproject.io/docs/enterprise/namespaces
Path is the mount path of the Vault PKI backend's sign
endpoint, e.g: "my_pki_mount/sign/my-role-name".
Server is the connection address for the Vault server, e.g: "https://vault.example.com:8200".
Generated using TypeDoc
Vault configures this issuer to sign certificates using a HashiCorp Vault PKI backend.
IssuerSpecVault