diff options
author | David Baker <dave@matrix.org> | 2015-04-24 15:25:28 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-04-24 15:25:28 +0100 |
commit | f46eee838ae041ae19b4f7dc1bf6b44fe961e7b5 (patch) | |
tree | e4966fa892bcc58778801321f8015eb806ccb642 | |
parent | Matrix ID server is now HTTPS (diff) | |
download | synapse-f46eee838ae041ae19b4f7dc1bf6b44fe961e7b5.tar.xz |
Add note about updating your signing keys (ie. "the auto thing")
-rw-r--r-- | README.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst index da0102bfaa..714ad6443d 100644 --- a/README.rst +++ b/README.rst @@ -128,6 +128,15 @@ To set up your homeserver, run (in your virtualenv, as before):: Substituting your host and domain name as appropriate. +This will generate you a config file that you can then customise, but it will +also generate a set of keys for you. These keys will allow your Home Server to +identify itself to other Home Servers, so don't lose or delete them. It would be +wise to back them up somewhere safe. If, for whatever reason, you do need to +change your Home Server's keys, you may find that other Home Servers have the +old key cached. If you update the signing key, you should change the name of the +key in the <server name>.signing.key file (the second word, which by default is +, 'auto') to something different. + By default, registration of new users is disabled. You can either enable registration in the config by specifying ``enable_registration: true`` (it is then recommended to also set up CAPTCHA), or |