Skip to content

Instantly share code, notes, and snippets.

@iamstoick
Created May 22, 2017 12:52
Show Gist options
  • Select an option

  • Save iamstoick/b7b2bbd0c4f75616fe3c6bdae335ca7c to your computer and use it in GitHub Desktop.

Select an option

Save iamstoick/b7b2bbd0c4f75616fe3c6bdae335ca7c to your computer and use it in GitHub Desktop.
How to install Cerbot in Ubuntu

This is how to manage Letsencrypt in Ubuntu.

sudo add-apt-repository ppa:certbot/certbot
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

# Create ssl certificate
sudo certbot --apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment