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.
This commit is contained in:
parent
464f5cdff3
commit
ae8c6179f5
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ Let's Encrypt is a free Certificate Authority that makes it easy to secure your
|
||||||
0: Prerequisites
|
0: Prerequisites
|
||||||
================
|
================
|
||||||
* Install Synapse_.
|
* Install Synapse_.
|
||||||
* Install (or Download) `Let's Encrypt`_
|
* Install (or Download) `certbot`_
|
||||||
|
|
||||||
1: Get certificates
|
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
|
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
|
2: Install Certificates
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue