From 1cdd281f173a9b9d6845922804915301afff9d5f Mon Sep 17 00:00:00 2001
From: richvdh
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