updated letsencrypt renewal cron job
authorChris Koeritz <fred@gruntose.com>
Mon, 6 Jul 2020 13:40:16 +0000 (13:40 +0000)
committerChris Koeritz <fred@gruntose.com>
Mon, 6 Jul 2020 13:40:16 +0000 (13:40 +0000)
needed some path additions to work properly.

infobase/configuration/cron/letsencrypt_renewal.crontab

index 450f08b29cbedecb5cb7f8e51477b4003d8d3590..90df89b52355f9555de4d39f0f723dcf5e33fe56 100644 (file)
@@ -3,7 +3,9 @@
 
 #[letsencrypt renewal]
 # run the letsencrypt certificate renewal process every 4 hours.
-37 */4 * * * letsencrypt renew &>>/tmp/${CRONUSER}-cron-letsencrypt_renewal.log 
+# fixing issues in renewal by setting PATH.
+PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+37 */4 * * * (date ; letsencrypt renew) &>> /tmp/${CRONUSER}-cron-letsencrypt_renewal.txt
 
 ##############