diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-05 15:45:00 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-05 15:45:00 +0000 |
commit | d75e15edce64ee48a80f5f7f253464be1ec6866d (patch) | |
tree | 42dcdbcfa924377cd6a9dc0fbbc41150d110f500 /README.rst | |
parent | Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into anoa/sel... (diff) | |
download | synapse-d75e15edce64ee48a80f5f7f253464be1ec6866d.tar.xz |
Re-add link to ACME docs from README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst index b8c1909101..8db7bf94de 100644 --- a/README.rst +++ b/README.rst @@ -134,6 +134,12 @@ create the account. Your name will take the form of:: As when logging in, you will need to specify a "Custom server". Specify your desired ``localpart`` in the 'User name' box. +ACME setup +---------- + +For details on having Synapse manage your federation TLS certificates +automatically, please see `<docs/ACME.md>`_. + Security Note ============= |