Featured image of post Switching Certificate Issuers with acme.sh

Switching Certificate Issuers with acme.sh

The default certificate issuer for acme.sh is ZeroSSL. To switch issuers, you need to include the --server option during the certificate issuance process...

The default certificate issuer for acme.sh is ZeroSSL. If you want to switch, you need to use the –server option during the normal certificate issuance process.

For example, you can use the following command:

1
acme.sh --issue .... --server zerossl

or

1
acme.sh --issue .... --server https://acme.zerossl.com/v2/DV90

If you need to change the default issuer, you can use the following command:

1
acme.sh --set-default-ca --server letsencrypt