Last active
August 23, 2016 06:29
-
-
Save jcefoli/27f670541ca147fae6a1a23f585f232c to your computer and use it in GitHub Desktop.
Clean up Unused Let's Encrypt Certs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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