From 5a133f5405b4555f43841458ecc4fafa599322a3 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 10 Jan 2025 12:14:05 +0100 Subject: [PATCH] [mirotalkbro] - update readme --- coturn/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coturn/README.md b/coturn/README.md index 0688e76..b5abf48 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