Let's Encryp Debian 8

From RHS Wiki
Revision as of 18:16, 18 November 2016 by Rafahsolis (talk | contribs)
Jump to navigation Jump to search
sudo nano /etc/apt/sources.list.d/backports.list

deb http://ftp.debian.org/debian jessie-backports main
sudo apt-get install python-certbot-apache -t jessie-backports

To generate certificates & configure apache:

certbot --apache

To generate certificates only

certbot --apache certonly

Test auto renewall with (certificates are valid for 90days):

certbot renew --dry-run