diff --git a/Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/production/your-domain-production.yaml b/Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/production/your-domain-production.yaml new file mode 100644 index 0000000..baa680f --- /dev/null +++ b/Kubernetes/Traefik-Crowdsec-PiHole/Helm/Traefik/Cert-Manager/production/your-domain-production.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: your-domain + namespace: default +spec: + secretName: your-domain-tls + issuerRef: + name: letsencrypt-production + kind: ClusterIssuer + commonName: "*.yourdomain.co.uk" + dnsNames: + - "*.yourdomain.co.uk" + - yourdomain.co.uk