Browse Source

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

Emmanuel Bouthenot 3 years ago
parent
commit
919509fc4f
1 changed files with 1 additions and 1 deletions
  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'