mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-03 14:52:36 +02:00
Change letsencrypt timer from 1h --> 1 day
There's no need to be calling certbot so frequently
This commit is contained in:
parent
3a96bf2170
commit
7e5a35660a
@ -22,8 +22,8 @@ command = [
|
|||||||
# Wait for nginx to start
|
# Wait for nginx to start
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
|
||||||
# Run certbot every hour
|
# Run certbot every day
|
||||||
while True:
|
while True:
|
||||||
subprocess.call(command)
|
subprocess.call(command)
|
||||||
time.sleep(3600)
|
time.sleep(86400)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user