How to generate ssl ca using certbot and automate renewal

Is that version of cPanel able to get certificates?
If so, you won't need another ACME client.

3 Likes

you are talking about installing acme client right?

In order to get a cert via ACME, you will need an ACME client.
That said, maybe cPanel has already installed something for that.

4 Likes

since I have removed it, the terminal shows a message "bash: /home/trusrsle/.acme.sh/acme.sh.env: No such file or directory"

I have no idea about OS environments nor acme.sh use.
I can say that programs should be installed and uninstalled.
Removing directories without explicit direction to do so is never a good idea.

3 Likes

Ok I installed acme.sh using curl https://get.acme.sh | sh and uninstalled completely using acme.sh --uninstall

Do you know if that version of cPanel can get certs for you?

3 Likes

How to check?

The Internet knows everything...
Start with: What version of cPanel is that?

3 Likes

102.0 (build 25)

Then take that to the Internet...

3 Likes

@rg305 I want to know if the acme.sh supports RSA based cert generation. The namecheap cpanel does not support ECDSA key type. So Everytime installing a cert, I have to contact the support team to manually update on the server. They recommended RSA based cert.

Found the solution adding --keylength 2048

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