diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-02-21 08:53:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 08:53:01 +0000 |
commit | 8f6d9c4cf0c36180ad26bb84cdbb55b503a942e2 (patch) | |
tree | df94077eb0c0b509b51b8c5f7415f824a698240a /INSTALL.md | |
parent | update changes.md (diff) | |
download | synapse-8f6d9c4cf0c36180ad26bb84cdbb55b503a942e2.tar.xz |
Small grammar fixes to the ACME v1 deprecation notice (#6944)
Some small fixes to the copy in #6907.
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md index 9fe767704b..aa5eb882bb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -420,11 +420,10 @@ so, you will need to edit `homeserver.yaml`, as follows: Note that, as pointed out in that document, this feature will not work with installs set up after November 2020. - If you are using your - own certificate, be sure to use a `.pem` file that includes the full - certificate chain including any intermediate certificates (for - instance, if using certbot, use `fullchain.pem` as your certificate, - not `cert.pem`). + If you are using your own certificate, be sure to use a `.pem` file that + includes the full certificate chain including any intermediate certificates + (for instance, if using certbot, use `fullchain.pem` as your certificate, not + `cert.pem`). For a more detailed guide to configuring your server for federation, see [federate.md](docs/federate.md) |