summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html

index 8a0b1005a6..292e4c58fc 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -7044,7 +7044,23 @@ localhost and 6379</p> </li> <li> <p><code>dbid</code>: Optional redis dbid if needs to connect to specific redis logical db.</p> +</li> +<li> +<p><code>use_tls</code>: Whether to use tls connection. Defaults to false.</p> +</li> +<li> +<p><code>certificate_file</code>: Optional path to the certificate file</p> +</li> +<li> +<p><code>private_key_file</code>: Optional path to the private key file</p> +</li> +<li> +<p><code>ca_file</code>: Optional path to the CA certificate file. Use this one or:</p> +</li> +<li> +<p><code>ca_path</code>: Optional path to the folder containing the CA certificate file</p> <p><em>Added in Synapse 1.78.0.</em></p> +<p><em>Changed in Synapse 1.84.0: Added use_tls, certificate_file, private_key_file, ca_file and ca_path attributes</em></p> </li> </ul> <p>Example configuration:</p> @@ -7054,6 +7070,10 @@ localhost and 6379</p> port: 6379 password: &lt;secret_password&gt; dbid: &lt;dbid&gt; + #use_tls: True + #certificate_file: &lt;path_to_the_certificate_file&gt; + #private_key_file: &lt;path_to_the_private_key_file&gt; + #ca_file: &lt;path_to_the_ca_certificate_file&gt; </code></pre> <hr /> <h2 id="individual-worker-configuration"><a class="header" href="#individual-worker-configuration">Individual worker configuration</a></h2>