From 84a8e4f101eb88d69bb66e4e1f725a26a34620e0 Mon Sep 17 00:00:00 2001 From: kitoy Date: Tue, 31 Oct 2023 19:08:12 +0100 Subject: [PATCH] Add passphrase in turnserver.conf --- roles/coturn/files/turnserver.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/coturn/files/turnserver.conf b/roles/coturn/files/turnserver.conf index d829dee..4c7f60b 100644 --- a/roles/coturn/files/turnserver.conf +++ b/roles/coturn/files/turnserver.conf @@ -5,8 +5,8 @@ external-ip=__IP_EXT__ server-name=__HOSTNAME__ lt-cred-mech realm=__HOSTNAME__ -#use-auth-secret -#static-auth-secret="" +use-auth-secret +static-auth-secret="__PASSPHRASE__" cert=__SSL_CRT__ pkey=__SSL_KEY__ no-stdout-log