diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-02-12 20:14:59 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-02-12 20:14:59 +0000 |
commit | e45a7c09396c56d6ca7e3f42827cc354a942ba5d (patch) | |
tree | 43e9e86344d163d4b117eacc590b2406ca9f973f /docs | |
parent | Update ACME.md to mention ACME v1 deprecation (diff) | |
download | synapse-e45a7c09396c56d6ca7e3f42827cc354a942ba5d.tar.xz |
Remove duplicated info about certbot et al
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ACME.md | 5 |
1 files changed, 0 insertions, 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: |