Update cert and issuer.
This commit is contained in:
parent
2c87c6553a
commit
b955622a22
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
metadata:
|
metadata:
|
||||||
name: le-cf-prod-jahanson-tech
|
name: letsencrypt-dnsimple-prod-jahanson-tech
|
||||||
spec:
|
spec:
|
||||||
acme:
|
acme:
|
||||||
email: "joe@veri.dev"
|
email: "joe@veri.dev"
|
||||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
secretName: "jahanson-tech-tls"
|
secretName: "jahanson-tech-tls"
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: le-cf-prod-jahanson-tech
|
name: letsencrypt-dnsimple-prod-jahanson-tech
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "jahanson.tech"
|
commonName: "jahanson.tech"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
|
|
Loading…
Reference in a new issue