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

15 lines
332 B
YAML

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