diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-10-28 12:55:51 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2022-10-28 12:55:51 +0000 |
commit | ff6d08fe71b8a49b1cf2ff70adda0bfef61469d0 (patch) | |
tree | 744509a2ce752e59965b152e0c57febf5ac2eda9 /develop/usage | |
parent | deploy: aa70556699e649f46f51a198fb104eecdc0d311b (diff) | |
download | synapse-ff6d08fe71b8a49b1cf2ff70adda0bfef61469d0.tar.xz |
deploy: 44f0d573cf57772b7f53e918d0c3580cba4fde32
Diffstat (limited to 'develop/usage')
-rw-r--r-- | develop/usage/configuration/config_documentation.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 7c9ed54cb7..47729d8a29 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -2300,6 +2300,11 @@ is still supported for backwards-compatibility, but it is deprecated.</p> <p><code>trusted_key_servers</code> defaults to matrix.org, but using it will generate a warning on start-up. To suppress this warning, set <code>suppress_key_server_warning</code> to true.</p> +<p>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 (<code>trusted_key_servers: []</code>). 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.</p> <p>Options for each entry in the list include:</p> <ul> <li><code>server_name</code>: the name of the server. Required.</li> |