SSL is no longer working – cyberpanel

This article is based around the time period August 8th

common issue : – I have an sever that i have one site running on it, I cant work out why the SSL is no longer working anyone , its saying its being issued by example.com and not the website it self

Reason : – This issue started when when the ACME client switched CA roots to zerossl, also after this change ACME required now that your email admin must be registered before issuing ssl for your domain

Solution 1: – Run the following command to add your email to Acme if u still want to use ZEROSSL

acme.sh --register-account -m <ur email here>

Solution 2: – If you want Let’s Encrypt to stay as the certificate authority for the acme client by default then Run the following command which will set Let’s Encrypt as the default certificate authority for the acme client

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

extras

https://www.facebook.com/groups/cyberpanel/posts/2872806489697647/

Leave a Comment