Suggestion on how to generate a secure key
This commit is contained in:
parent
38d6426b0e
commit
20924a44f1
1 changed files with 2 additions and 0 deletions
|
@ -155,6 +155,8 @@ use-auth-secret
|
||||||
static-auth-secret=<a secret key>
|
static-auth-secret=<a secret key>
|
||||||
realm=<your server domain>
|
realm=<your server domain>
|
||||||
```
|
```
|
||||||
|
A common way to generate a suitable alphanumeric secret key is by using `pwgen -s 64 1`.
|
||||||
|
|
||||||
These same values need to be set in conduit. You can either modify conduit.toml to include these lines:
|
These same values need to be set in conduit. You can either modify conduit.toml to include these lines:
|
||||||
```
|
```
|
||||||
turn_uris = ["turn:<your server domain>?transport=udp", "turn:<your server domain>?transport=tcp"]
|
turn_uris = ["turn:<your server domain>?transport=udp", "turn:<your server domain>?transport=tcp"]
|
||||||
|
|
Loading…
Reference in a new issue