]> git.openstreetmap.org Git - chef.git/commitdiff
Update cron job to use cerbot instead of letsencrypt
authorTom Hughes <tom@compton.nu>
Sat, 23 Jun 2018 10:09:05 +0000 (11:09 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 23 Jun 2018 10:09:05 +0000 (11:09 +0100)
cookbooks/letsencrypt/templates/default/cron.erb

index 74a8ee0a252855813f2219f8f3a918ceec1748c9..768e69d5a66ca8898987969dcf1789ab6c6580d2 100644 (file)
@@ -2,5 +2,5 @@
 
 MAILTO=admins@openstreetmap.org
 
 
 MAILTO=admins@openstreetmap.org
 
-00 */12 * * * letsencrypt /srv/acme.openstreetmap.org/bin/renew
-30 */12 * * * letsencrypt /srv/acme.openstreetmap.org/bin/check-certificates
+00 */12 * * * /usr/bin/certbot /srv/acme.openstreetmap.org/bin/renew
+30 */12 * * * /usr/bin/certbot /srv/acme.openstreetmap.org/bin/check-certificates