Https certbot

From Anarchaserver
Revision as of 13:03, 8 October 2016 by B01 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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