From 3f750439ddb8945f44d531b564b6ae206b40ca78 Mon Sep 17 00:00:00 2001 From: chlorenz Date: Mon, 6 Jun 2022 11:52:35 +0200 Subject: [PATCH] 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.. --- Simple-guide-to-add-TLS-cert-to-cpanel.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md index 386ec3c..ed12088 100644 --- a/Simple-guide-to-add-TLS-cert-to-cpanel.md +++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md @@ -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