Skip to content

Instantly share code, notes, and snippets.

@merc1er
Created March 18, 2022 04:31
Show Gist options
  • Select an option

  • Save merc1er/3472ebd8ac5c6a65898cdc4f21574d2d to your computer and use it in GitHub Desktop.

Select an option

Save merc1er/3472ebd8ac5c6a65898cdc4f21574d2d to your computer and use it in GitHub Desktop.
Install certbot HTTPS on Ubuntu 20 with NGINX
# ensure snap is up to date
sudo snap install core; sudo snap refresh core
# install certbot
sudo snap install --classic certbot
sudo ln -s /snap/bin/certbot /usr/bin/certbot
# run certbot
sudo certbot --nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment