fixed clusterissuer, added wildcard cert manifests

This commit is contained in:
j37hr0 2026-03-22 16:50:05 +13:00
parent 8c93f3486a
commit 02ac05fdac
4 changed files with 46 additions and 4 deletions

View file

@ -1,7 +1,7 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt
name: letsencrypt-dns
spec:
acme:
email: jethro.cotton3@gmail.com
@ -9,6 +9,9 @@ spec:
privateKeySecretRef:
name: letsencrypt-account-key
solvers:
- http01:
ingress:
class: traefik
- dns01:
cloudflare:
email: jethro.cotton3@gmail.com
apiTokenSecretRef:
name: cloudflare-api-token
key: cloudflare-api-key

View file

@ -0,0 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-jethrocotton-com
namespace: cert-manager
spec:
secretName: wildcard-jethrocotton-com-tls
issuerRef:
name: letsencrypt-dns
kind: ClusterIssuer
commonName: "*.jethrocotton.com"
dnsNames:
- "*.jethrocotton.com"

View file

@ -0,0 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-jpcit-coza
namespace: cert-manager
spec:
secretName: wildcard-jpcit-coza-tls
issuerRef:
name: letsencrypt-dns
kind: ClusterIssuer
commonName: "*.jpcit.co.za"
dnsNames:
- "*.jpcit.co.za"

View file

@ -0,0 +1,13 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-numbergoup-coza
namespace: cert-manager
spec:
secretName: wildcard-numbergoup-coza-tls
issuerRef:
name: letsencrypt-dns
kind: ClusterIssuer
commonName: "*.numbergoup.co.za"
dnsNames:
- "*.numbergoup.co.za"