diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-02-13 11:29:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-13 11:29:08 +0000 |
commit | 862669d6cc802ff610de6f6df644ef2a6706abb3 (patch) | |
tree | 1f00f8373dca98c95448f4b3578fcdb65e573e95 /docs/ACME.md | |
parent | Mention that using Synapse to serve certificates requires restarts (diff) | |
download | synapse-862669d6cc802ff610de6f6df644ef2a6706abb3.tar.xz |
Update docs/ACME.md
Diffstat (limited to 'docs/ACME.md')
-rw-r--r-- | docs/ACME.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ACME.md b/docs/ACME.md index 97ac3c5ba3..f4c4740476 100644 --- a/docs/ACME.md +++ b/docs/ACME.md @@ -27,7 +27,7 @@ feature to an external automated tool such as [certbot](https://github.com/certb for an alternative ACME client). It's also recommended to use a reverse proxy for the server-facing -communications (mode documentation about this can be found +communications (more documentation about this can be found [here](/docs/reverse_proxy.md)) as well as the client-facing ones and have it serve the certificates. |