diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-01-22 21:58:50 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 21:58:50 +1100 |
commit | 23b08135998e932d5d600941bd42389db0628a11 (patch) | |
tree | cea4e213399995b4393541fb70d46cd05e399df1 /README.rst | |
parent | Merge pull request #4402 from matrix-org/erikj/fed_v2_invite_server (diff) | |
download | synapse-23b08135998e932d5d600941bd42389db0628a11.tar.xz |
Require ECDH key exchange & remove dh_params (#4429)
* remove dh_params and set better cipher string
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 8bff55e78e..05a3bb3751 100644 --- a/README.rst +++ b/README.rst @@ -220,7 +220,7 @@ is configured to use TLS with a self-signed certificate. If you would like to do initial test with a client without having to setup a reverse proxy, you can temporarly use another certificate. (Note that a self-signed certificate is fine for `Federation`_). You can do so by changing -``tls_certificate_path``, ``tls_private_key_path`` and ``tls_dh_params_path`` +``tls_certificate_path`` and ``tls_private_key_path`` in ``homeserver.yaml``; alternatively, you can use a reverse-proxy, but be sure to read `Using a reverse proxy with Synapse`_ when doing so. |