aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/coturn/secrets.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-11 11:44:17 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-11 11:44:17 +0100
commit6b8a94ba2efc85970e66ad2a863f8240cddfde70 (patch)
tree4bf3dc6c5cb15620b5a978dbd803bd63fc81c8f1 /cluster/prod/app/coturn/secrets.toml
parent850ea784e7bb96ee7af954805dab7d326f58c228 (diff)
downloadnixcfg-6b8a94ba2efc85970e66ad2a863f8240cddfde70.tar.gz
nixcfg-6b8a94ba2efc85970e66ad2a863f8240cddfde70.zip
wip coturn
Diffstat (limited to 'cluster/prod/app/coturn/secrets.toml')
-rw-r--r--cluster/prod/app/coturn/secrets.toml5
1 files changed, 5 insertions, 0 deletions
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'"