Fix jwt-token
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user