Suggestion on how to generate a secure key
This commit is contained in:
committed by
purplemeteorite
parent
38d6426b0e
commit
20924a44f1
@@ -155,6 +155,8 @@ use-auth-secret
|
||||
static-auth-secret=<a secret key>
|
||||
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:
|
||||
```
|
||||
turn_uris = ["turn:<your server domain>?transport=udp", "turn:<your server domain>?transport=tcp"]
|
||||
|
||||
Reference in New Issue
Block a user