mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-13 17:58:18 +01:00
Add comment on docker-compose and private/public keys
This commit is contained in:
parent
e980a4c009
commit
a2ef4b14ed
@ -265,3 +265,9 @@ If you want to prohibit users without the key from establishing non-encrypted co
|
||||
```
|
||||
|
||||
If you want to change the key, remove the `id_ed25519` and `id_ed25519.pub` files and restart `hbbs`/`hbbr`,`hbbs` will generate a new key pair.
|
||||
|
||||
{{% notice note %}}
|
||||
If you are using docker-compose and keys don't exist, the start of containers will create differents keys in hbbs and hbbr folders.
|
||||
You could create keys manually in hbbs and copy them to hbbr, before starting the containers.
|
||||
Or you could stop hbbr container and copy the keys from hbbs to hbbr folder, and restart the container.
|
||||
{{% /notice %}}
|
||||
|
Loading…
Reference in New Issue
Block a user