User Tools

Site Tools


howtos:certbot

Setup certbot

sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-apache

Issue Certificate

sudo certbot --apache

Location of Certificates

/etc/letsencrypt/live/<domain>/fullchain.pem
/etc/letsencrypt/live/<domain>/privkey.pem  
howtos/certbot.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1