k3s/namespaces/cert-manager/post-crd/leechpepindotcom-cert.yaml

16 lines
332 B
YAML
Raw Normal View History

2025-01-31 16:14:03 -05:00
# Wildcard Certificate
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-leechpepin
namespace: homelab
spec:
secretName: wildcard-leechpepin-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer
commonName: "*.leechpepin.com"
dnsNames:
- "*.leechpepin.com"
- "leechpepin.com"