diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-02-12 21:05:30 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-02-12 21:05:30 +0000 |
commit | 459d089af7e90a703df9637a071e9285bf85eb12 (patch) | |
tree | e6bd59713bc8c2f9a00c142ea157552628244c6b /docs/ACME.md | |
parent | Changelog (diff) | |
download | synapse-459d089af7e90a703df9637a071e9285bf85eb12.tar.xz |
Mention that using Synapse to serve certificates requires restarts
Diffstat (limited to 'docs/ACME.md')
-rw-r--r-- | docs/ACME.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ACME.md b/docs/ACME.md index 3b4416efe1..97ac3c5ba3 100644 --- a/docs/ACME.md +++ b/docs/ACME.md @@ -35,7 +35,9 @@ In case you can't do that and need Synapse to serve them itself, make sure to set the `tls_certificate_path` configuration setting to the path of the certificate (make sure to use the certificate containing the full certification chain, e.g. `fullchain.pem` if using certbot) and -`tls_private_key_path` to the path of the matching private key. +`tls_private_key_path` to the path of the matching private key. Note +that in this case you will need to restart Synapse after each +certificate renewal so that Synapse stops using the old certificate. If you still want to use Synapse's built-in ACME support, the rest of this document explains how to set it up. |