From e45a7c09396c56d6ca7e3f42827cc354a942ba5d Mon Sep 17 00:00:00 2001
From: Brendan Abolivier <babolivier@matrix.org>
Date: Wed, 12 Feb 2020 20:14:59 +0000
Subject: [PATCH] Remove duplicated info about certbot et al

---
 docs/ACME.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/docs/ACME.md b/docs/ACME.md
index 6d06cae3b3..3b4416efe1 100644
--- a/docs/ACME.md
+++ b/docs/ACME.md
@@ -66,11 +66,6 @@ If you already have certificates, you will need to back up or delete them
 (files `example.com.tls.crt` and `example.com.tls.key` in Synapse's root
 directory), Synapse's ACME implementation will not overwrite them.
 
-You may wish to use alternate methods such as Certbot to obtain a certificate
-from Let's Encrypt, depending on your server configuration. Of course, if you
-already have a valid certificate for your homeserver's domain, that can be
-placed in Synapse's config directory without the need for any ACME setup.
-
 ## ACME setup
 
 The main steps for enabling ACME support in short summary are:
-- 
GitLab