On 01 Aug 2021 acme.sh changed the default CA from Let's Encrypt to ZeroSSL, however, ZeroSSL requires a current version of OpenSSL to work, which is not present on namecheap shared hosting..
parent
2c9311c9bb
commit
3f750439dd
|
@ -29,6 +29,10 @@ Log-off and login to SSH again, or run the following command:
|
|||
|
||||
source ~/.bashrc
|
||||
|
||||
Tell acme.sh to set Let's Encrypt as the default CA server (required since Aug 2021):
|
||||
|
||||
acme.sh --set-default-ca --server letsencrypt
|
||||
|
||||
Register a Let's Encrypt account with your email, so you can be notified of any renewal issues:
|
||||
|
||||
acme.sh --register-account --accountemail email@example.com
|
||||
|
|
Loading…
Reference in New Issue