Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Last active August 23, 2016 06:29
Show Gist options
  • Save jcefoli/27f670541ca147fae6a1a23f585f232c to your computer and use it in GitHub Desktop.
Save jcefoli/27f670541ca147fae6a1a23f585f232c to your computer and use it in GitHub Desktop.
Clean up Unused Let's Encrypt Certs
rm -rf /etc/letsencrypt/live/${DOMAIN}
rm /etc/letsencrypt/renewal/${DOMAIN}.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment