Fix jwt-token

This commit is contained in:
2025-09-13 08:54:16 +02:00
parent a2403ab5cd
commit 22d925d14a
11 changed files with 585 additions and 0 deletions

View File

@@ -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