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