16 lines
356 B
Plaintext
16 lines
356 B
Plaintext
|
apiVersion: cert-manager.io/v1
|
||
|
kind: Certificate
|
||
|
metadata:
|
||
|
name: pwa.{{ full_domain }}
|
||
|
namespace: default
|
||
|
spec:
|
||
|
secretName: pwa.{{ full_domain }}
|
||
|
issuerRef:
|
||
|
name: letsencrypt-prod-wild
|
||
|
kind: ClusterIssuer
|
||
|
group: cert-manager.io
|
||
|
commonName: *.pwa.{{ full_domain }}
|
||
|
dnsNames:
|
||
|
- pwa.{{ full_domain }}
|
||
|
- *.pwa.{{ full_domain }}
|