Skip to content

Instantly share code, notes, and snippets.

@greenbicycle
Created May 1, 2020 09:52
Show Gist options
  • Save greenbicycle/603764827181c23dabd0d9daff7a9897 to your computer and use it in GitHub Desktop.
Save greenbicycle/603764827181c23dabd0d9daff7a9897 to your computer and use it in GitHub Desktop.
Install certbot on ubuntu 18.04
# Check certbot.eff.org to see if this is still correct
apt-get update
apt-get install software-properties-common -y
add-apt-repository universe
add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install certbot python3-certbot-nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment