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