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>
This commit is contained in:
Aaron Raimist 2019-01-02 10:32:37 -06:00 committed by Richard van der Hoff
parent f95581332f
commit 37f8bdc1d5
2 changed files with 3 additions and 2 deletions

View file

@ -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

1
changelog.d/4343.misc Normal file
View file

@ -0,0 +1 @@
Update README to not lie about required restart when updating TLS certificates