Skip to content
Snippets Groups Projects
Unverified Commit e4ffb14d authored by Uday Bansal's avatar Uday Bansal Committed by GitHub
Browse files

Fix last date for ACMEv1 install (#7015)


Support for getting TLS certificates through ACMEv1 ended on November 2019.

Signed-off-by: default avatarUday Bansal <43824981+udaybansal19@users.noreply.github.com>
parent d96ac97d
No related branches found
No related tags found
No related merge requests found
...@@ -418,7 +418,7 @@ so, you will need to edit `homeserver.yaml`, as follows: ...@@ -418,7 +418,7 @@ so, you will need to edit `homeserver.yaml`, as follows:
for having Synapse automatically provision and renew federation for having Synapse automatically provision and renew federation
certificates through ACME can be found at [ACME.md](docs/ACME.md). certificates through ACME can be found at [ACME.md](docs/ACME.md).
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 2019.
If you are using your own certificate, be sure to use a `.pem` file that If you are using your own certificate, be sure to use a `.pem` file that
includes the full certificate chain including any intermediate certificates includes the full certificate chain including any intermediate certificates
......
Change date in INSTALL.md#tls-certificates for last date of getting TLS certificates to November 2019.
\ No newline at end of file
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