Last active
March 29, 2016 20:41
-
-
Save jaimerodas/e032e16a2f5b753c952eca9d117c26c6 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
clear | |
~/letsencrypt/letsencrypt-auto renew --email [email protected] --agree-tos >> /var/log/le-renew.log | |
service nginx reload | |
echo "Renovación de Certificados" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment