From 6b8a94ba2efc85970e66ad2a863f8240cddfde70 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sat, 11 Mar 2023 11:44:17 +0100 Subject: wip coturn --- cluster/prod/app/coturn/secrets.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cluster/prod/app/coturn/secrets.toml (limited to 'cluster/prod/app/coturn/secrets.toml') diff --git a/cluster/prod/app/coturn/secrets.toml b/cluster/prod/app/coturn/secrets.toml new file mode 100644 index 0000000..8b41a31 --- /dev/null +++ b/cluster/prod/app/coturn/secrets.toml @@ -0,0 +1,5 @@ +# coturn +[secrets."coturn/static-auth-secret"] +type = 'command' +rotate = true +command = "openssl rand -base64 64|tr -d '\n'" -- cgit v1.2.3