From 84c769f96aa3c28e3ef124d0373f1a130a2031b4 Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:22:58 +0100 Subject: [PATCH] Update letsencrypt-production.yaml --- .../Cert-Manager/Issuers/letsencrypt-production.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Issuers/letsencrypt-production.yaml b/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Issuers/letsencrypt-production.yaml index 7ac68a7..223c500 100644 --- a/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Issuers/letsencrypt-production.yaml +++ b/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Issuers/letsencrypt-production.yaml @@ -6,16 +6,16 @@ metadata: spec: acme: server: https://acme-v02.api.letsencrypt.org/directory - email: your@email.com + email: your@email.com # add your email privateKeySecretRef: name: letsencrypt-production solvers: - dns01: cloudflare: - email: your@email.com + email: your@email.com # add your email to your cloudflare account apiTokenSecretRef: name: cloudflare-token-secret key: cloudflare-token selector: dnsZones: - - "your-domain.com" + - "your-domain.com" # change to your zone on CloudFlare