23 lines
554 B
YAML
23 lines
554 B
YAML
|
---
|
||
|
apiVersion: cert-manager.io/v1
|
||
|
kind: ClusterIssuer
|
||
|
metadata:
|
||
|
name: letsencrypt-production
|
||
|
spec:
|
||
|
acme:
|
||
|
server: https://acme-v02.api.letsencrypt.org/directory
|
||
|
email: liam@fascinated.cc
|
||
|
privateKeySecretRef:
|
||
|
name: letsencrypt-production
|
||
|
solvers:
|
||
|
- dns01:
|
||
|
cloudflare:
|
||
|
email: liam@fascinated.cc
|
||
|
apiTokenSecretRef:
|
||
|
name: cloudflare-token-secret
|
||
|
key: cloudflare-token
|
||
|
selector:
|
||
|
dnsZones:
|
||
|
- "fascinated.cc"
|
||
|
- "mcutils.xyz"
|