Skip to content

Instantly share code, notes, and snippets.

@jaimerodas
Last active March 29, 2016 20:41
Show Gist options
  • Save jaimerodas/e032e16a2f5b753c952eca9d117c26c6 to your computer and use it in GitHub Desktop.
Save jaimerodas/e032e16a2f5b753c952eca9d117c26c6 to your computer and use it in GitHub Desktop.
#!/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