From 1cdd281f173a9b9d6845922804915301afff9d5f Mon Sep 17 00:00:00 2001 From: richvdh Date: Fri, 26 Aug 2022 11:26:48 +0000 Subject: deploy: 5e5c8150d798f6929ddedbb39f9f11486558cdbc --- develop/usage/configuration/config_documentation.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'develop/usage/configuration/config_documentation.html') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index ab3cb325ed..0de761515c 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -1898,6 +1898,8 @@ has the shared secret, even if registration is otherwise disabled.

An alternative to registration_shared_secret: allows the shared secret to be specified in an external file.

The file should be a plain text file, containing only the shared secret.

+

If this file does not exist, Synapse will create a new signing +key on startup and store it in this file.

Example configuration:

registration_shared_secret_file: /path/to/secrets/file
 
@@ -2211,7 +2213,9 @@ forms to work.

Config options relating to signing keys


signing_key_path

-

Path to the signing key to sign messages with.

+

Path to the signing key to sign events and federation requests with.

+

New in Synapse 1.67: If this file does not exist, Synapse will create a new signing +key on startup and store it in this file.

Example configuration:

signing_key_path: "CONFDIR/SERVERNAME.signing.key"
 
-- cgit 1.5.1