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 diff --git a/changelog.d/4343.misc b/changelog.d/4343.misc new file mode 100644 index 0000000000..65b47171da --- /dev/null +++ b/changelog.d/4343.misc @@ -0,0 +1 @@ +Update README to not lie about required restart when updating TLS certificates \ No newline at end of file