Re-add cert now its been wiped from cluster
This commit is contained in:
parent
c374739f57
commit
3bb1cc7d71
1 changed files with 15 additions and 0 deletions
|
@ -51,3 +51,18 @@ spec:
|
||||||
tsigSecretSecretRef:
|
tsigSecretSecretRef:
|
||||||
name: hxme-update-key
|
name: hxme-update-key
|
||||||
key: hxme-update-key
|
key: hxme-update-key
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: wildcard-hxme-net
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
secretName: wildcard-hxme-net
|
||||||
|
issuerRef:
|
||||||
|
name: letsencrypt-rfc2136
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: "hxme.net"
|
||||||
|
dnsNames:
|
||||||
|
- "hxme.net"
|
||||||
|
- "*.hxme.net"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue