Skip to content

Instantly share code, notes, and snippets.

@ano
Last active March 10, 2018 09:16
Show Gist options
  • Save ano/e27f382369d2655fdc9e8d75fcab1665 to your computer and use it in GitHub Desktop.
Save ano/e27f382369d2655fdc9e8d75fcab1665 to your computer and use it in GitHub Desktop.
TurnkeyHub Update HTTPS LetsEncrypt manually
# install certbot, ONLY if not installed
apt-get update
apt-get install python-certbot-apache -t jessie-backports
# Run Update Manually on the Command Line
certbot renew
@ano
Copy link
Author

ano commented Mar 10, 2018

Get Debian Version

lsb_release -a

@ano
Copy link
Author

ano commented Mar 10, 2018

install certbot if not installed

apt-get update
apt-get install python-certbot-apache -t jessie-backports

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