massive hack
This commit is contained in:
parent
aa6240e7fd
commit
8653041783
1 changed files with 13 additions and 0 deletions
|
@ -62,4 +62,17 @@ spec:
|
||||||
commonName: "hxme.net"
|
commonName: "hxme.net"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "hxme.net"
|
- "hxme.net"
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: wildcard-cert
|
||||||
|
namespace: cert-manager
|
||||||
|
spec:
|
||||||
|
secretName: wildcard-cert-tls
|
||||||
|
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