Third party not supported my host provider

I have a reseller account with Namecheap and they do not support third party free ssl from whm. Is there a way i can bypass this and provide free ssl to my shared hosting clients?

1 Like

Unfortunately, you can’t provide that in easy ways.

You might need to do some manual setup first, (such as setup acme.sh or other third part clients) then hope those clients can automate the process. (I’ve done that several times with namecheap hosting).
Anyway, there’s no such one-click button for namecheap, and you always need some manual actions before (possibly) automation can be achieved.

1 Like

I’ll be glad to be talked through the manual process then. Thank you.

Those manual process are pretty simple, and it’s setup and wait type of thing. The only big issue is, you’ll need to do that for each client in their shell environment for each website/domain.

What I used is acme.sh (Let’s Encrypt and ISRG suggest certbot, but that can’t be used in cPanel non-root jailed shell), the only thing you’ll need to know is, the script has its own limitations. For example, add-on domains might have issue with the certificate (due to cPanel API limit).

Anyway, the steps to use acme.sh on cPanel can be found in their official repository: https://github.com/acmesh-official/acme.sh/wiki/Simple-guide-to-add-TLS-cert-to-cpanel

Hope that helps.

1 Like

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