From b4ecab2f1ffaad3aea0a26fcc5cd8c89db295da8 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 10 Jan 2025 12:11:27 +0100 Subject: [PATCH] [call-me] - update readme --- coturn/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coturn/README.md b/coturn/README.md index 337104d..72a4cba 100644 --- a/coturn/README.md +++ b/coturn/README.md @@ -13,6 +13,9 @@ Set up `CoTURN` with Docker for NAT traversal and media relay in WebRTC applicat cp docker-compose.template.yml docker-compose.yml ``` 2. Edit `docker-compose.yml` to fit your environment. +3. Use Let's Encrypt and Certbot for SSL certificates. Replace `YOUR.DOMAIN` in `docker-compose.yml` with your actual domain name. + - Learn more about Let's Encrypt: [Click here](https://letsencrypt.org/). + - Learn more about Certbot: [Click here](https://certbot.eff.org/). ### 2. Configure TURN Server