August 2017
Intermediate to advanced
278 pages
8h 53m
English
The official Let's Encrypt client, recently renamed Certbot, is easy to use and install. The installation is the same for most distributions, and has been greatly simplified compared to the Let's Encrypt beta phase. Here's how to install it:
wget https://dl.eff.org/certbot-auto chmod a+x certbot-auto ./certbot-auto

This will download and install all of the required Python packages for your system, then create the Certbot-specific Virtual Environment (Virtualenv). Depending on the speed of your system, this may take up to five minutes to complete.
Unfortunately, the NGINX plugin to automatically create the configuration isn't ...
Read now
Unlock full access