mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix last date for ACMEv1 install (#7015)
Support for getting TLS certificates through ACMEv1 ended on November 2019. Signed-off-by: Uday Bansal <43824981+udaybansal19@users.noreply.github.com>
This commit is contained in:
parent
d96ac97d29
commit
e4ffb14d57
@ -418,7 +418,7 @@ so, you will need to edit `homeserver.yaml`, as follows:
|
||||
for having Synapse automatically provision and renew federation
|
||||
certificates through ACME can be found at [ACME.md](docs/ACME.md).
|
||||
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 2019.
|
||||
|
||||
If you are using your own certificate, be sure to use a `.pem` file that
|
||||
includes the full certificate chain including any intermediate certificates
|
||||
|
1
changelog.d/7015.misc
Normal file
1
changelog.d/7015.misc
Normal file
@ -0,0 +1 @@
|
||||
Change date in INSTALL.md#tls-certificates for last date of getting TLS certificates to November 2019.
|
Loading…
Reference in New Issue
Block a user