KubernetesIssuer

KubernetesIssuer Presets

Ready-to-deploy configuration presets for KubernetesIssuer. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

Self-Signed Issuer

This preset creates a self-signed Issuer, the simplest issuer type. Self-signed Issuers require no external dependencies and are commonly used to bootstrap a CA chain or for development/testing...

02

CA Issuer

This preset creates a CA Issuer that signs certificates using a CA keypair stored in a Kubernetes Secret. The Secret must contain `tls.crt` (CA certificate) and `tls.key` (CA private key), and must...