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