mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Document dendrite server key format (#1520)
Co-authored-by: Kegsay <kegan@matrix.org>
This commit is contained in:
parent
f32320a235
commit
b66b2eab32
2 changed files with 33 additions and 0 deletions
|
@ -129,6 +129,10 @@ for federation and the server signing key:
|
|||
./bin/generate-keys --private-key matrix_key.pem --tls-cert server.crt --tls-key server.key
|
||||
```
|
||||
|
||||
If you have server keys from an older synapse instance,
|
||||
[convert them](serverkeyformat.md#converting-synapse-keys) to Dendrite's PEM
|
||||
format and configure them as `old_private_keys` in your config.
|
||||
|
||||
### Configuration file
|
||||
|
||||
Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Things that will need editing include *at least*:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue