From 03cb3729a9c6c847d9c9292daa834b0cceb31189 Mon Sep 17 00:00:00 2001 From: tehNooB <125163838+JamesTurland@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:33:11 +0100 Subject: [PATCH] Create jimsgarage-production.yaml --- .../Production/jimsgarage-production.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/jimsgarage-production.yaml diff --git a/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/jimsgarage-production.yaml b/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/jimsgarage-production.yaml new file mode 100644 index 0000000..17ef3c0 --- /dev/null +++ b/Kubernetes/Traefik-PiHole/Helm/Traefik/Cert-Manager/Certificates/Production/jimsgarage-production.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: jimsgarage # change ot your domain + namespace: default +spec: + secretName: jimsgarage-tls # change to your secretname + issuerRef: + name: letsencrypt-production + kind: ClusterIssuer + commonName: "*.jimsgarage.co.uk" # change to your domain + dnsNames: + - "*.jimsgarage.co.uk" # change to your domain + - jimsgarage.co.uk # change to your domain