Fix the frequency of the Let's Encrypt script (run every day)
This commit is contained in:
parent
e95bda621e
commit
98ba42b157
@ -16,7 +16,7 @@ git "/usr/local/letsencrypt" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
cron "renew Let's Encrypt certificates" do
|
cron "renew Let's Encrypt certificates" do
|
||||||
minute "*"
|
minute "0"
|
||||||
hour "4"
|
hour "4"
|
||||||
command "/usr/local/letsencrypt/letsencrypt-auto renew && service nginx restart"
|
command "/usr/local/letsencrypt/letsencrypt-auto renew && service nginx restart"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user