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"
|
||||
dnsNames:
|
||||
- "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"
|
||||
# ---
|
||||
# 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue