cert-manager Integration
Requirements
Limitations
Usage
Enabling and configuring cert-manager
kind: Project
name: cert-manager-example
environments:
- name: remote-dev
providers:
- name: kubernetes
context: your-remote-k8s-cluster-context
setupIngressController: nginx
...
certManager:
install: true # let garden install cert-manager
email: [email protected] # your email (required when requesting Let's Encrypt certificates)
issuer: acme # the type of issuer for the certificate generation (currently only Let's Encrypt ACME is supported)
acmeChallengeType: HTTP-01 # type of ACME challenge (currently only "HTTP-01" is supported)
acmeServer: letsencrypt-staging # the ACME server to use ("letsencrypt-staging" or "letsencrypt-prod")
tlsCertificates:
...Issuing your first certificate
Example
Troubleshooting
The certificate creation timeouts and garden terminates
Last updated
Was this helpful?

