mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Small grammar fixes to the ACME v1 deprecation notice (#6944)
Some small fixes to the copy in #6907.
This commit is contained in:
parent
0001e8397e
commit
8f6d9c4cf0
@ -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)
|
||||||
|
1
changelog.d/6944.doc
Normal file
1
changelog.d/6944.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Small grammatical fixes to the ACME v1 deprecation notice.
|
@ -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
|
||||||
--------------------------------------------------------------------------------"""
|
--------------------------------------------------------------------------------"""
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user