13 lines
233 B
YAML
13 lines
233 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: coturn-cert
|
|
namespace: matrix
|
|
spec:
|
|
secretName: coturn-cert
|
|
issuerRef:
|
|
name: letsencrypt
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- "coturn-lp.allarddcs.nl"
|