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