Skip to content
Snippets Groups Projects
Unverified Commit 44f0d573 authored by Dirk Klimpel's avatar Dirk Klimpel Committed by GitHub
Browse files

Add docs for an empty `trusted_key_servers` config option (#13999)

* Add docs for an empty `trusted_key_servers` config option

* small rewording

* Tweak changelog
parent aa705566
No related branches found
No related tags found
No related merge requests found
Explain how to disable the use of `trusted_key_servers`.
\ No newline at end of file
......@@ -2681,6 +2681,12 @@ is still supported for backwards-compatibility, but it is deprecated.
warning on start-up. To suppress this warning, set
`suppress_key_server_warning` to true.
If the use of a trusted key server has to be deactivated, e.g. in a private
federation or for privacy reasons, this can be realised by setting
an empty array (`trusted_key_servers: []`). Then Synapse will request the keys
directly from the server that owns the keys. If Synapse does not get keys directly
from the server, the events of this server will be rejected.
Options for each entry in the list include:
* `server_name`: the name of the server. Required.
* `verify_keys`: an optional map from key id to base64-encoded public key.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment