Https certbot
From Anarchaserver
Set up a https certificate
Following the advices from https://certbot.eff.org
Install certbot and the certificates
add jessie-backports to the sourcelist :
sudo nano /etc/apt/sources.list
add the line :
deb http://ftp.debian.org/debian jessie-backports main
save and :
apt-get update
now we can install the certificates using :
certbot certonly --webroot -w /var/www/example/ -d www.example.com
references
- full documentation https://certbot.eff.org/docs/using.html
- https://letsencrypt.org/