From 031fab960a267f33b7633aabd1536f596d943535 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Sat, 12 Sep 2020 06:05:28 -0400 Subject: [PATCH] Update turnserver.md --- turnserver.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/turnserver.md b/turnserver.md index 592b048..0306ed0 100644 --- a/turnserver.md +++ b/turnserver.md @@ -14,7 +14,7 @@ sudo vi /etc/default/coturn ….leaving it like this: TURNSERVER_ENABLED=1 -Next make sure you have the DNS pointing to your IP address for this next step (ipv4 + ipv6 if possible). You will need to validate that in the next step. +Next make sure you have the DNS pointing to your IP address for this next step (ipv4, and ipv6 if possible). You will need to validate that in the next step. ``` sudo certbot certonly --standalone sudo apt install net-tools @@ -22,6 +22,8 @@ sudo apt install net-tools note: If you run into error 701 issues with your TURN server, check that the coturn service has access to your new SSL certificates: see this issue with coturn: https://github.com/coturn/coturn/issues/268 +You might also want to consider buying a better certificiate, as Google does not properly support certbot cerifications. see [this issue ticket](https://github.com/coturn/coturn/issues/240#issuecomment-648550885). If you go this route, see [turnserver2.conf](https://github.com/steveseguin/obsninja/blob/master/turnserver2.conf) for an example config. + Nexzt, we update the User and Group values in our service file to be "root". This seems to fix the issue with Lets Encrypt. .. I welcome a better solution tho. ``` sudo vi /usr/lib/systemd/system/coturn.service