summary refs log tree commit diff
path: root/changelog.d/10194.removal
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2021-06-23 09:38:27 +0100
committerBrendan Abolivier <babolivier@matrix.org>2021-06-23 09:38:27 +0100
commit9ec45aca1fbea55475f3a47c37b01058a0eafe98 (patch)
treed142e0bb11f722358eca1a9e32ff136cf811e44d /changelog.d/10194.removal
parentFix schema delta to not take as long on large servers (#10227) (diff)
downloadsynapse-9ec45aca1fbea55475f3a47c37b01058a0eafe98.tar.xz
1.37.0rc1
Diffstat (limited to 'changelog.d/10194.removal')
-rw-r--r--changelog.d/10194.removal1
1 files changed, 0 insertions, 1 deletions
diff --git a/changelog.d/10194.removal b/changelog.d/10194.removal
deleted file mode 100644
index 74874df4eb..0000000000
--- a/changelog.d/10194.removal
+++ /dev/null
@@ -1 +0,0 @@
-Remove Synapse's support for automatically fetching and renewing certificates using the ACME v1 protocol. This protocol has been fully turned off by Let's Encrypt for existing install on June 1st 2021. Admins previously using this feature should use a [reverse proxy](https://matrix-org.github.io/synapse/develop/reverse_proxy.html) to handle TLS termination, or use an external ACME client (such as [certbot](https://certbot.eff.org/)) to retrieve a certificate and key and provide them to Synapse using the `tls_certificate_path` and `tls_private_key_path` configuration settings.