Fix the frequency of the Let's Encrypt script (run every day)

This commit is contained in:
Greg Karékinian 2017-01-26 05:52:11 +00:00
parent e95bda621e
commit 98ba42b157

View File

@ -16,7 +16,7 @@ git "/usr/local/letsencrypt" do
end
cron "renew Let's Encrypt certificates" do
minute "*"
minute "0"
hour "4"
command "/usr/local/letsencrypt/letsencrypt-auto renew && service nginx restart"
end