Comments 1 - 6 of 6 Search these comments
Thanks!
I will try to implement that.
What's your website? @richwicks
Cloud is dead. There is no such thing as “limping along” in down economy / uncertain times when in the cloud. You will actually pay more because they want more and know you can’t exit without even more cost.
This is what I do in my root's contrab.
# ┌─────────────────┐
# ┌────────────────┤ minute (0 - 59) │
# │ ├───────────────┬─┘
# │ ┌─────────────┤ hour (0 - 23) │
# │ │ ├───────────────┴───────┐
# │ │ ┌──────────┤ day of month (1 - 31) │
# │ │ │ ├───────────────────────┴───────────────┐
# │ │ │ ┌───────┤ month (1 - 12) OR jan,feb,mar,apr ... │
# │ │ │ │ ├───────────────────────────────────────┴────────────────────────────┐
# │ │ │ │ ┌────┤ day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat │
# │ │ │ │ │ ├────────────────────────┬───────────────────────────────────────────┘
# │ │ │ │ │ ┌─┤ command to be executed │
# ▼ ▼ ▼ ▼ ▼ ▼ └────────────────────────┘
1 0 * * 0 /usr/bin/certbot renew --rsa-key-size 4096 > /tmp/certbot.txt 2>&1 # check every week to update the certificate