Can I generate a letsencrypt cert in local host for a domain I own?

Finally, I wrote another script (sslic) that lets me automate the process of installing the cert in my shared namecheap hosting using Cpanel API (UAPI)

Thus the whole process is automated:

  1. Get the cert with letsacme
  2. Install the cert with sslic
  3. Run a cron job that integrates the above two.

I have laid out the step by step process in this tutorial

I am using this method for my sites:


https://docs.neurobin.org
etc…

1 Like