diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-01 16:48:07 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-01 16:48:07 +0000 |
commit | 14de15eaa49a91178169fd8b49817360cecb4e97 (patch) | |
tree | 64aeda8b88776afce8bd06fca0f37d8d7cd925f4 /README.rst | |
parent | Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into anoa/acm... (diff) | |
download | synapse-14de15eaa49a91178169fd8b49817360cecb4e97.tar.xz |
Actually need to enable it
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst index 02828966c9..34b65b7758 100644 --- a/README.rst +++ b/README.rst @@ -288,6 +288,14 @@ changing ``tls_certificate_path`` and ``tls_private_key_path`` in to read `Using a reverse proxy with Synapse`_ when doing so. Apart from port 8448 using TLS, both ports are the same in the default configuration. +Finally, once Synapse's is able to listen on port 80 for ACME challenge +requests, it must be told to perform ACME provisioning by setting ``enabled`` +to true under the ``acme`` section in ``homeserver.yaml``:: + + acme: + enabled: true + + Registering a user ------------------ |