14 lines
306 B
YAML
14 lines
306 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: wildcard-jethrocotton-com
|
|
namespace: cert-manager
|
|
spec:
|
|
secretName: wildcard-jethrocotton-com-tls
|
|
issuerRef:
|
|
name: letsencrypt-dns
|
|
kind: ClusterIssuer
|
|
commonName: "*.jethrocotton.com"
|
|
dnsNames:
|
|
- "*.jethrocotton.com"
|