Hey guys I've seen Let's Encrypt already installed on our shared hosting cPanel accounts! But That's not working perfectly in my case as I cannot select any domains to generate or re-generate keys. So I am using sslforfree for a while and very satisfied with the service but I was looking for a solution which could allow us to automatically renew the SSL certificates instead of renewing it after every two months manually. And I came up with this new thing called Certbot, I would like you guys to have a look on it (https://certbot.eff.org/). And see if
0 */6 * * * /path/certbot-auto renew --quiet --no-self-upgrade
for ubuntu or
Code:
0 */6* * * /usr/bin/certbot renew >> /var/log/le-renew.log
for centos