Skip to content
Snippets Groups Projects
Unverified Commit 8f6d9c4c authored by Andrew Morgan's avatar Andrew Morgan Committed by GitHub
Browse files

Small grammar fixes to the ACME v1 deprecation notice (#6944)

Some small fixes to the copy in #6907.
parent 0001e839
No related branches found
No related tags found
No related merge requests found
...@@ -420,11 +420,10 @@ so, you will need to edit `homeserver.yaml`, as follows: ...@@ -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 Note that, as pointed out in that document, this feature will not
work with installs set up after November 2020. work with installs set up after November 2020.
If you are using your If you are using your own certificate, be sure to use a `.pem` file that
own certificate, be sure to use a `.pem` file that includes the full includes the full certificate chain including any intermediate certificates
certificate chain including any intermediate certificates (for (for instance, if using certbot, use `fullchain.pem` as your certificate, not
instance, if using certbot, use `fullchain.pem` as your certificate, `cert.pem`).
not `cert.pem`).
For a more detailed guide to configuring your server for federation, see For a more detailed guide to configuring your server for federation, see
[federate.md](docs/federate.md) [federate.md](docs/federate.md)
......
Small grammatical fixes to the ACME v1 deprecation notice.
\ No newline at end of file
...@@ -27,11 +27,11 @@ logger = logging.getLogger(__name__) ...@@ -27,11 +27,11 @@ logger = logging.getLogger(__name__)
ACME_REGISTER_FAIL_ERROR = """ ACME_REGISTER_FAIL_ERROR = """
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
Failed to register with the ACME provider. This is likely happening because the install Failed to register with the ACME provider. This is likely happening because the installation
is new, and ACME v1 has been deprecated by Let's Encrypt and is disabled for installs set is new, and ACME v1 has been deprecated by Let's Encrypt and disabled for
up after November 2019. new installations since November 2019.
At the moment, Synapse doesn't support ACME v2. For more info and alternative solution, At the moment, Synapse doesn't support ACME v2. For more information and alternative
check out https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1 solutions, please read https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1
--------------------------------------------------------------------------------""" --------------------------------------------------------------------------------"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment