docs: Update Let's Encrypt CertBot install instructions.

This commit is contained in:
Christie Koehler 2016-08-23 12:09:47 -07:00 committed by Tim Abbott
parent d09b07310d
commit 7d6541867b
1 changed files with 2 additions and 3 deletions

View File

@ -33,9 +33,8 @@ First, install the Let's Encrypt client [Certbot](https://certbot.eff.org/) and
then generate the certificate: then generate the certificate:
``` ```
apt-get install -y git bc openssl wget https://dl.eff.org/certbot-auto
git clone https://github.com/certbot/certbot /opt/letsencrypt chmod a+x certbot-auto
cd /opt/letsencrypt
./certbot-auto certonly --standalone ./certbot-auto certonly --standalone
``` ```