6 lines
254 B
Plaintext
6 lines
254 B
Plaintext
# Run certificate renewal check daily at 2 AM
|
|
0 2 * * * /app/scripts/check-and-renew.sh >> /var/log/certbot/renewal.log 2>&1
|
|
|
|
# Optional: Run a quick status check every 6 hours
|
|
0 */6 * * * /app/scripts/status-check.sh >> /var/log/certbot/status.log 2>&1
|