summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorJurrie Overgoor <1213142+Jurrie@users.noreply.github.com>2019-03-29 10:15:13 +0100
committerJurrie Overgoor <1213142+Jurrie@users.noreply.github.com>2019-03-29 10:25:41 +0100
commitaee4ea8ba881af566df6198b5d31f065a62a4459 (patch)
treec766f111f082650259fa7b8cd7224513646b2af7 /docker
parentMerge pull request #4955 from matrix-org/rav/merge_state_into_events (diff)
downloadsynapse-aee4ea8ba881af566df6198b5d31f065a62a4459.tar.xz
Fix typo in TLS filenames
Signed-off-by: Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index 4b98b7fd75..a2cef668a6 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -57,8 +57,8 @@ configuration file there. Multiple application services are supported.
 Synapse requires a valid TLS certificate. You can do one of the following:
 
  * Provide your own certificate and key (as
-   `${DATA_PATH}/${SYNAPSE_SERVER_NAME}.crt` and
-   `${DATA_PATH}/${SYNAPSE_SERVER_NAME}.key`, or elsewhere by providing an
+   `${DATA_PATH}/${SYNAPSE_SERVER_NAME}.tls.crt` and
+   `${DATA_PATH}/${SYNAPSE_SERVER_NAME}.tls.key`, or elsewhere by providing an
    entire config as `${SYNAPSE_CONFIG_PATH}`).
 
  * Use a reverse proxy to terminate incoming TLS, and forward the plain http