diff --git a/admin/mailu/certbot.py b/admin/mailu/certbot.py index b58ea68a..5ac16b5c 100644 --- a/admin/mailu/certbot.py +++ b/admin/mailu/certbot.py @@ -44,7 +44,7 @@ def certbot_install(domain): @scheduler.scheduled_job('date') -@scheduler.scheduled_job('cron', hour=2, minute=0) +@scheduler.scheduled_job('cron', hour=96, minute=0) def generate_cert(): print("Generating TLS certificates using Certbot") hostname = app.config["HOSTNAME"]