diff options
author | Aaron Raimist <aaron@raim.ist> | 2019-01-02 10:32:37 -0600 |
---|---|---|
committer | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-01-02 16:32:37 +0000 |
commit | 37f8bdc1d5ad7f7fae0ee53bf5f359d6bd11f152 (patch) | |
tree | cfec718a3da9ef66a46ead3a58094d7c245c3878 /README.rst | |
parent | Merge pull request #4344 from matrix-org/neilj/fix_synchrotron_fix_4312 (diff) | |
download | synapse-37f8bdc1d5ad7f7fae0ee53bf5f359d6bd11f152.tar.xz |
Update README to not lie about required restart (#4343)
* Update README to not lie about required restart Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index c4df779ac7..4901e0464e 100644 --- a/README.rst +++ b/README.rst @@ -725,8 +725,8 @@ caveats, you will need to do the following: tell other servers how to find you. See `Setting up Federation`_. When updating the SSL certificate, just update the file pointed to by -``tls_certificate_path``: there is no need to restart synapse. (You may like to -use a symbolic link to help make this process atomic.) +``tls_certificate_path`` and then restart Synapse. (You may like to use a symbolic link +to help make this process atomic.) The most common mistake when setting up federation is not to tell Synapse about your SSL certificate. To check it, you can visit |