From 93271a8f3e9b9918e31703555605b706f3a2ba1f Mon Sep 17 00:00:00 2001 From: lub Date: Tue, 8 Aug 2017 15:21:08 +0200 Subject: [PATCH] fix link for certbot --- supporting-docs/guides/2016-03-15-lets-encrypt.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supporting-docs/guides/2016-03-15-lets-encrypt.rst b/supporting-docs/guides/2016-03-15-lets-encrypt.rst index 82506b8d..824e2ed2 100644 --- a/supporting-docs/guides/2016-03-15-lets-encrypt.rst +++ b/supporting-docs/guides/2016-03-15-lets-encrypt.rst @@ -13,7 +13,7 @@ Let's Encrypt is a free Certificate Authority that makes it easy to secure your 0: Prerequisites ================ * Install Synapse_. -* Install (or Download) `certbot`_ +* Install (or Download) certbot_ 1: Get certificates =================== @@ -34,4 +34,4 @@ These certificates will expire in 3 months. To renew certificates, run ```certbo At the top of your homeserver.yaml there should be two keys, ```tls_certificate_path``` and ```tls_private_key_path```. These should be changed so that instead of pointing to the default keys, they now point to the Let's Encrypt keys. ```tls_certificate_path``` should point to ```/etc/letsencrypt/live/(your domain name)/fullchain.pem```. ```tls_private_key_path``` should point to ```/etc/letsencrypt/live/(your domain name)/privkey.pem```. ```tls_dh_params_path``` can stay the same as before. .. _Synapse: https://github.com/matrix-org/synapse/blob/master/README.rst#synapse-installation -.. _Let's Encrypt: https://letsencrypt.readthedocs.org/en/latest/using.html#installation +.. _certbot: https://certbot.eff.org/