single-node-k8s/matthewaveryusa_certificate.yaml

15 lines
338 B
YAML
Raw Normal View History

2025-03-05 15:35:05 -05:00
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: matthewaveryusa-wildcard
namespace : cert-manager
spec:
secretName: matthewaveryusa-wildcard
issuerRef:
name: matthewaveryusa-issuer
kind: ClusterIssuer
commonName: '*.matthewaveryusa.com'
dnsNames:
- "*.matthewaveryusa.com"
- "matthewaveryusa.com"