fixed clusterissuer, added wildcard cert manifests
This commit is contained in:
parent
8c93f3486a
commit
02ac05fdac
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
metadata:
|
metadata:
|
||||||
name: letsencrypt
|
name: letsencrypt-dns
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
email: jethro.cotton3@gmail.com
|
email: jethro.cotton3@gmail.com
|
||||||
|
|
@ -9,6 +9,9 @@ spec:
|
||||||
privateKeySecretRef:
|
privateKeySecretRef:
|
||||||
name: letsencrypt-account-key
|
name: letsencrypt-account-key
|
||||||
solvers:
|
solvers:
|
||||||
- http01:
|
- dns01:
|
||||||
ingress:
|
cloudflare:
|
||||||
class: traefik
|
email: jethro.cotton3@gmail.com
|
||||||
|
apiTokenSecretRef:
|
||||||
|
name: cloudflare-api-token
|
||||||
|
key: cloudflare-api-key
|
||||||
|
|
|
||||||
13
infrastructure/certmanager/jethrocottonwildcardcert.yaml
Normal file
13
infrastructure/certmanager/jethrocottonwildcardcert.yaml
Normal 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"
|
||||||
13
infrastructure/certmanager/jpcitwildcardcert.yaml
Normal file
13
infrastructure/certmanager/jpcitwildcardcert.yaml
Normal 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"
|
||||||
13
infrastructure/certmanager/numbergoupwildcartcert.yaml
Normal file
13
infrastructure/certmanager/numbergoupwildcartcert.yaml
Normal 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"
|
||||||
Loading…
Reference in a new issue