Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created October 23, 2019 20:23
Show Gist options
  • Save recursivecodes/a2515b7c0b2d63128e3cc5fa04edf14f to your computer and use it in GitHub Desktop.
Save recursivecodes/a2515b7c0b2d63128e3cc5fa04edf14f to your computer and use it in GitHub Desktop.
install-certbot.sh
wget https://dl.eff.org/certbot-auto
sudo mv certbot-auto /usr/local/bin/certbot-auto
sudo chown root /usr/local/bin/certbot-auto
sudo chmod 0755 /usr/local/bin/certbot-auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment