Skip to content

Instantly share code, notes, and snippets.

@leotm
Created July 12, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leotm/99a53aede3b9e3e871bda9193078bf76 to your computer and use it in GitHub Desktop.
Save leotm/99a53aede3b9e3e871bda9193078bf76 to your computer and use it in GitHub Desktop.
Remove all traces of Let's Encrypt
rm -rf /path/to/your/git/clone/directory
rm -rf ~/.local/share/letsencrypt
rm -rf /etc/letsencrypt
rm -rf /var/log/letsencrypt
rm -rf /var/lib/letsencrypt
rm -rf ~/letsencrypt.log
rm -rf ~/.local/share/letsencrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment