Last active
November 12, 2017 16:35
-
-
Save Gaafar/87f66a1596d6b1d4128e2dfebb47136e to your computer and use it in GitHub Desktop.
certbot renew cron
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
# cron tab | |
# 0 0 */5 * * /root/certbot-renew | |
#!/bin/sh | |
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
#old /root/certbot-auto renew | |
certbot renew | |
# don't forget chmod +x /root/certbot-renew |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment