Difference between revisions of "Let's Encryp Debian 8"

From RHS Wiki
Jump to navigation Jump to search
(Created page with " 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 T...")
 
Line 9: Line 9:
 
To generate certificates only
 
To generate certificates only
 
  certbot --apache certonly
 
  certbot --apache certonly
 +
Test auto renewall with (certificates are valid for 90days):
 +
certbot renew --dry-run

Revision as of 18:16, 18 November 2016

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