Renewal on GoDaddy without Root Access

I spent the day learning about Linux and getting a letsencrypt certificate up on ashlandhiking.org. I could not use certbot because I don’t have root access. Instead, I used acme.sh which worked fine and the site is now showing https. I now want to make sure that I can renew the certificate in 3 months, preferably automatically. What do I need to do?

Thanks in advance for your help.

Hi,

You will need to find a way adding it either to cronjob or (setup a PHP file to execute when you visit)

However, the recommended is using cronjob.
(If ACME.sh doesn’t need root to execute, it may not need root cronjob to renew too)

For guides on how to renew certificate using ACME.sh, please head to their website.

(If you are using wildcard certificate and manually add TXT record, make sure to use API instead of manual since your requirement is automated)

Thank you

By the way: Nice Website!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.