diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-02-05 17:34:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 17:34:43 +0000 |
commit | 4a7524ffd39eb548deac0ca8e0a623f9b3ffa047 (patch) | |
tree | a98260dbd2f5368f66f7745af45ca1ab5a1c6c4b /README.rst | |
parent | Neilj/1711faq (#4572) (diff) | |
parent | Add TL;DR and final step details to ACME (diff) | |
download | synapse-4a7524ffd39eb548deac0ca8e0a623f9b3ffa047.tar.xz |
Merge pull request #4570 from matrix-org/anoa/self_signed_upgrade
Add ACME docs and link to it from README and INSTALL
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 8c5220be88..e666b3b427 100644 --- a/README.rst +++ b/README.rst @@ -127,6 +127,12 @@ create the account. Your name will take the form of:: As when logging in, you will need to specify a "Custom server". Specify your desired ``localpart`` in the 'User name' box. +ACME setup +========== + +For details on having Synapse manage your federation TLS certificates +automatically, please see `<docs/ACME.md>`_. + Security Note ============= |