Merge pull request #64 from fanmovies999/master

Add note on keys and docker-compose.
This commit is contained in:
RustDesk 2022-08-29 08:27:20 +08:00 committed by GitHub
commit aafb3cd6d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,3 +265,11 @@ 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 %}}