aboutsummaryrefslogtreecommitdiff
path: root/dendrite-config.yaml
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-10-26 22:09:13 +0000
committerGitHub <noreply@github.com>2020-10-26 22:09:13 +0000
commit0af35bec1adeeceef2735fb576979560dcf18f5f (patch)
tree075588b3a7d48a18405eb8cc63f1620912a4277c /dendrite-config.yaml
parent59428cdde3ed3f30f01b886c641e6dd1f313c294 (diff)
Update documentation (#1569)
* Update dendrite-config.yaml * Update README.md * Update INSTALL.md * Update INSTALL.md
Diffstat (limited to 'dendrite-config.yaml')
-rw-r--r--dendrite-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/dendrite-config.yaml b/dendrite-config.yaml
index 6e87bc70..e5cbd478 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)