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