diff --git a/core/nginx/letsencrypt.py b/core/nginx/letsencrypt.py index cfd14e73..1dd2cba4 100755 --- a/core/nginx/letsencrypt.py +++ b/core/nginx/letsencrypt.py @@ -54,5 +54,4 @@ while True: format_for_nginx('/certs/letsencrypt/live/mailu/fullchain.pem', '/certs/letsencrypt/live/mailu/nginx-chain.pem') subprocess.call(command2) format_for_nginx('/certs/letsencrypt/live/mailu-ecdsa/fullchain.pem', '/certs/letsencrypt/live/mailu-ecdsa/nginx-chain.pem') - time.sleep(3600) - + time.sleep(86400)