Cert-Manager#
Cert-Manager automates TLS certificate issuance and renewal. It provisions certificates from Let's Encrypt, HashiCorp Vault, or a private PKI, and rotates them automatically before expiry — no manual certificate management required.
Routes and Ingresses on the platform are secured by adding a cert-manager.io/issuer-name annotation to the resource. Cert-Manager detects the annotation, requests the certificate, and injects the TLS configuration automatically.
To configure TLS for your applications:
- Configure TLS certificates — DNS-01 challenges, wildcard certificates, custom domains
- Use http-01 certificate challenges — single hostnames without DNS credentials