From c009186cb462e7b1a0b93d7aa858d74ec33188c5 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 26 Oct 2020 21:50:31 +0000 Subject: [PATCH] Update dendrite-config.yaml --- dendrite-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dendrite-config.yaml b/dendrite-config.yaml index 6e87bc709..e5cbd4781 100644 --- a/dendrite-config.yaml +++ b/dendrite-config.yaml @@ -36,6 +36,8 @@ global: server_name: localhost # The path to the signing private key file, used to sign requests and events. + # Note that this is NOT the same private key as used for TLS! To generate a + # signing key, use "./bin/generate-keys --private-key matrix_key.pem". private_key: matrix_key.pem # The paths and expiry timestamps (as a UNIX timestamp in millisecond precision)