Update docs/ACME.md

Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
pull/4570/head
Richard van der Hoff 2019-02-05 16:46:28 +00:00 committed by GitHub
parent ffcbd80982
commit 13828f7d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Synapse v1.0 requires that federation TLS certificates are verifiable by a
trusted root CA. If you do not already have a valid certificate for your domain, the easiest
way to get one is with Synapse's new ACME support, which will use the ACME
way to get one is with Synapse's ACME support (new as of Synapse 0.99), which will use the ACME
protocol to provision a certificate automatically. By default, certificates
will be obtained from the publicly trusted CA Let's Encrypt.
@ -104,4 +104,4 @@ to true under the `acme` section in `homeserver.yaml`:
```
acme:
enabled: true
```
```