Skip to content
Snippets Groups Projects
Unverified Commit 13828f7d authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Update docs/ACME.md

parent ffcbd809
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Synapse v1.0 requires that federation TLS certificates are verifiable by a 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 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 protocol to provision a certificate automatically. By default, certificates
will be obtained from the publicly trusted CA Let's Encrypt. will be obtained from the publicly trusted CA Let's Encrypt.
...@@ -104,4 +104,4 @@ to true under the `acme` section in `homeserver.yaml`: ...@@ -104,4 +104,4 @@ to true under the `acme` section in `homeserver.yaml`:
``` ```
acme: acme:
enabled: true enabled: true
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment