Skip to content

Instantly share code, notes, and snippets.

@iamkoch
iamkoch / setup-certbot.sh
Created July 28, 2017 10:52 — forked from fredriks/setup-certbot.sh
Certbot on Amazon Linux
#!/usr/bin/env sh
wget https://dl.eff.org/certbot-auto
chmod +x certbot-auto
unset PYTHON_INSTALL_LAYOUT
pip install virtualenv --upgrade --user
# Remove old installation
rm -rf ~/.local/share/letsencrypt