Skip to content

Instantly share code, notes, and snippets.

@kerren
Created September 22, 2018 15:36
Show Gist options
  • Select an option

  • Save kerren/efc763eaa7bcda4eacf516595c0fd9c3 to your computer and use it in GitHub Desktop.

Select an option

Save kerren/efc763eaa7bcda4eacf516595c0fd9c3 to your computer and use it in GitHub Desktop.
Install and run certbot for the entroinfo.xyz domain
sudo add-apt-repository ppa:certbot/certbot
sudo apt update
sudo apt install python-certbot-nginx -y
certbot --nginx -d entroinfo.xyz -d www.entroinfo.xyz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment