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