Ver Fonte

Change Let's Encrypt certificates renewal to be spread out during the night

Emmanuel Bouthenot há 3 anos atrás
pai
commit
919509fc4f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      roles/common/templates/cron/letsencrypt.j2

+ 1 - 1
roles/common/templates/cron/letsencrypt.j2

@@ -10,4 +10,4 @@ SHELL=/bin/sh
 PATH=/bin:/sbin:/usr/bin:/usr/sbin
 MAILTO=root
 
-@daily      root    dehydrated --cron 2>&1 1>/dev/null | grep -v 'WARNING.*Extra configuration directory.*exists, but no configuration found'
+42 0-7 * * *    root    dehydrated --cron 2>&1 1>/dev/null | grep -v 'WARNING.*Extra configuration directory.*exists, but no configuration found'