diff --git a/coturn/turnserver.conf b/coturn/turnserver.conf index 0abeca2..d0c8d7c 100644 --- a/coturn/turnserver.conf +++ b/coturn/turnserver.conf @@ -22,7 +22,7 @@ total-quota=1200 # TLS certificates, including intermediate certs. # For Let's Encrypt certificates, use `fullchain.pem` here. -cert=/keys/live/matrix.yourdomain.tldfullchain.pem +cert=/keys/letsencrypt/live/matrix.yourdomain.tldfullchain.pem # TLS private key file -pkey=/keys/live/matrix.yourdomain.tldprivkey.pem +pkey=/keys/letsencrypt/live/matrix.yourdomain.tldprivkey.pem