2024-06-06 20:05:18 +00:00
|
|
|
apiVersion: cert-manager.io/v1
|
|
|
|
kind: Certificate
|
|
|
|
metadata:
|
2024-07-30 12:47:26 +00:00
|
|
|
name: pwa.example.com
|
2024-06-06 20:05:18 +00:00
|
|
|
namespace: default
|
|
|
|
spec:
|
2024-07-30 12:47:26 +00:00
|
|
|
secretName: pwa.example.com
|
2024-06-06 20:05:18 +00:00
|
|
|
issuerRef:
|
|
|
|
name: letsencrypt-prod-wild
|
|
|
|
kind: ClusterIssuer
|
|
|
|
group: cert-manager.io
|
2024-07-30 12:47:26 +00:00
|
|
|
commonName: "*.pwa.example.com"
|
2024-06-06 20:05:18 +00:00
|
|
|
dnsNames:
|
2024-07-30 12:47:26 +00:00
|
|
|
- "pwa.example.com"
|
|
|
|
- "*.pwa.example.com"
|