Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Last active September 27, 2017 16:41
Show Gist options
  • Save xuyuji9000/3f8e57817b0731b537409d22660c7225 to your computer and use it in GitHub Desktop.
Save xuyuji9000/3f8e57817b0731b537409d22660c7225 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install certbot -y
@xuyuji9000
Copy link
Author

xuyuji9000 commented Sep 27, 2017

source <(curl -s https://gist.githubusercontent.com/xuyuji9000/3f8e57817b0731b537409d22660c7225/raw/3b178c2bf84b155032e312c86113fed10a3e4fdf/ubuntu-1604-install-certbot.sh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment