k3s/namespaces/cert-manager/jlptechdotconsulting-cert.yaml

16 lines
344 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: "*.jlptech.consulting"
dnsNames:
- "*.jlptech.consulting"
- "jlptech.consulting"