Test a theory
This commit is contained in:
parent
52c3014a39
commit
ed30ca2769
1 changed files with 14 additions and 14 deletions
|
@ -62,17 +62,17 @@ spec:
|
||||||
commonName: "hxme.net"
|
commonName: "hxme.net"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- "hxme.net"
|
- "hxme.net"
|
||||||
---
|
# ---
|
||||||
apiVersion: cert-manager.io/v1
|
# apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
# kind: Certificate
|
||||||
metadata:
|
# metadata:
|
||||||
name: wildcard-cert
|
# name: wildcard-cert
|
||||||
namespace: cert-manager
|
# namespace: cert-manager
|
||||||
spec:
|
# spec:
|
||||||
secretName: wildcard-cert-tls
|
# secretName: wildcard-cert-tls
|
||||||
issuerRef:
|
# issuerRef:
|
||||||
name: letsencrypt-rfc2136
|
# name: letsencrypt-rfc2136
|
||||||
kind: ClusterIssuer
|
# kind: ClusterIssuer
|
||||||
commonName: "*.hxme.net"
|
# commonName: "*.hxme.net"
|
||||||
dnsNames:
|
# dnsNames:
|
||||||
- "*.hxme.net"
|
# - "*.hxme.net"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue