From ae8c6179f54adc16fc012f6a102579b78a41a736 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 5 Aug 2017 11:47:56 +0000 Subject: [PATCH] change binary to certbot out of the certbot/certbot README.rst: > Until May 2016, Certbot was named simply letsencrypt or letsencrypt-auto, depending on install method. Instructions on the Internet, and some pieces of the software, may still refer to this older name. --- supporting-docs/guides/2016-03-15-lets-encrypt.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supporting-docs/guides/2016-03-15-lets-encrypt.rst b/supporting-docs/guides/2016-03-15-lets-encrypt.rst index 5c6390c4..0a04f47d 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) `Let's Encrypt`_ +* Install (or Download) `certbot`_ 1: Get certificates =================== @@ -23,11 +23,11 @@ Also, the certificates will be in a folder under /etc/letsencrypt (see below) an :: -# letsencrypt-auto certonly --standalone +# certbot certonly --standalone A note about renewal -------------------- -These certificates will expire in 3 months. To renew certificates, run ```letsencrypt-auto renew```. It is recommended to create a cronjob, which attempts renewal twice a day. Depending on your distribution, that could be already configured. +These certificates will expire in 3 months. To renew certificates, run ```certbot renew```. It is recommended to create a cronjob, which attempts renewal twice a day. Depending on your distribution, that could be already configured. 2: Install Certificates =======================