Update wildcard manifests file
This commit is contained in:
parent
95511e9b0c
commit
62f0be9570
@ -9,7 +9,7 @@ spec:
|
|||||||
name: letsencrypt-prod-wild
|
name: letsencrypt-prod-wild
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
commonName: *.pwa.{{ full_domain }}
|
commonName: "*.pwa.{{ full_domain }}"
|
||||||
dnsNames:
|
dnsNames:
|
||||||
- pwa.{{ full_domain }}
|
- "pwa.{{ full_domain }}"
|
||||||
- *.pwa.{{ full_domain }}
|
- "*.pwa.{{ full_domain }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user