Comments on: How to Install Let’s Encrypt on CentOS 7 with Nginx https://linuxhostsupport.com/blog/how-to-install-lets-encrypt-on-centos-7-with-nginx/ Linux Tutorials and Guides Thu, 28 Jul 2022 06:23:11 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: admin https://linuxhostsupport.com/blog/how-to-install-lets-encrypt-on-centos-7-with-nginx/#comment-673 Thu, 28 Jul 2022 06:23:11 +0000 https://linuxhostsupport.com/blog/?p=1282#comment-673 In reply to Rob Nicholson.

There is no need to add that, the cron setup indicated in the article should be enough.

]]>
By: Rob Nicholson https://linuxhostsupport.com/blog/how-to-install-lets-encrypt-on-centos-7-with-nginx/#comment-672 Wed, 27 Jul 2022 19:18:34 +0000 https://linuxhostsupport.com/blog/?p=1282#comment-672 I needed to add the following lines before the schedule line to get certbot running successfully under cron:

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

Not sure if both needed but better to be sure.

]]>