14 lines
284 B
YAML
14 lines
284 B
YAML
|
|
apiVersion: cert-manager.io/v1
|
||
|
|
kind: Certificate
|
||
|
|
metadata:
|
||
|
|
name: wildcard-jpcit-coza
|
||
|
|
namespace: cert-manager
|
||
|
|
spec:
|
||
|
|
secretName: wildcard-jpcit-coza-tls
|
||
|
|
issuerRef:
|
||
|
|
name: letsencrypt-dns
|
||
|
|
kind: ClusterIssuer
|
||
|
|
commonName: "*.jpcit.co.za"
|
||
|
|
dnsNames:
|
||
|
|
- "*.jpcit.co.za"
|