mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Update docs/ACME.md
Co-Authored-By: anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
ffcbd80982
commit
13828f7d58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue