Difference between revisions of "Https certbot"

From Anarchaserver
(Created page with "= 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 nan...")
(No difference)

Revision as of 13:03, 8 October 2016

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