User Tools

Site Tools


howtos:certbot

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

howtos:certbot [20/02/2018 14:30] – created domingohowtos:certbot [02/12/2018 21:34] (current) – external edit 127.0.0.1
Line 1: Line 1:
  
 +====== Setup certbot ======
 +
 +<code>
 +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
 +</code>
 +
 +====== Issue Certificate ======
 +
 +<code>
 +sudo certbot --apache
 +</code>
 +
 +====== Location of Certificates ======
 +
 +<file>
 +/etc/letsencrypt/live/<domain>/fullchain.pem
 +/etc/letsencrypt/live/<domain>/privkey.pem  
 +</file>
howtos/certbot.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1