deploy: 44f0d573cf
parent
b7e67e01a4
commit
ff6d08fe71
|
@ -5450,6 +5450,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
|
<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
|
warning on start-up. To suppress this warning, set
|
||||||
<code>suppress_key_server_warning</code> to true.</p>
|
<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>
|
<p>Options for each entry in the list include:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>server_name</code>: the name of the server. Required.</li>
|
<li><code>server_name</code>: the name of the server. Required.</li>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
|
<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
|
warning on start-up. To suppress this warning, set
|
||||||
<code>suppress_key_server_warning</code> to true.</p>
|
<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>
|
<p>Options for each entry in the list include:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>server_name</code>: the name of the server. Required.</li>
|
<li><code>server_name</code>: the name of the server. Required.</li>
|
||||||
|
|
Loading…
Reference in New Issue