testnet-ops/service-provider-setup/templates/wildcard-pwa-example.yml.j2
2024-10-16 15:45:26 +05:30

16 lines
362 B
Django/Jinja

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 }}"