18 lines
473 B
YAML
18 lines
473 B
YAML
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: ClusterIssuer
|
|
metadata:
|
|
name: letsencrypt
|
|
spec:
|
|
acme:
|
|
# Replace the email address with your own contact email
|
|
email: fluxcdbot@users.noreply.github.com
|
|
# The server is replaced in /clusters/production/infrastructure.yaml
|
|
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
|
privateKeySecretRef:
|
|
name: letsencrypt-nginx
|
|
solvers:
|
|
- http01:
|
|
ingress:
|
|
class: nginx
|