Updating CA-Certificates (SSL Root Certificates)

If you get the issue "Invalid License", then it may be due to an outdated SSL Root Certificate. So, you have to update your CA-Certificates.

 

For CentOS and Ubuntu, follow this Guide (untested)

Fix Let’s Encrypt Root Certificate DST Root CA X3 expired

 

On Debian

as Root

dpkg-reconfigure ca-certificates

 

as User

sudo dpkg-reconfigure ca-certificates

 


choose here yes (Navigate with TAB and confirm with Enter)

(Click on Image for fullscreen)

 

 

In the next step, we will remove the old, expired Let's Encrypt ROOT Certificate that causes this issue: dst-root-ca-x3-expiration-september-2021

 

uncheck (Navigate with TAB and uncheck with Spacebar)

mozilla/DST_Root_CA_X3.crt

 

after that, tab to ok and press enter

(Click on Image for fullscreen)

 

 

if you see this, then you have successfully updated.

 

That's it!

 

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How To install Squid Proxy

Debian 9 Update Repo apt-get update Install Squid apt-get install squid Note: IF you...

How To install FFmpeg

FFmpeg Installation is quite simple: Navigate to the FFmpeg Download Website, and Download the...

How To install ionCube Loader

In aaPanel: 1) Open aaPanel and go to App Store > Installed > PHP (The version you've...

How To Install aaPanel (Free Webpanel) incl. LAMP

Connect via SSH to your server and run the corresponding command for your OS. Debian 9:...

How To Configure Redis to use it for a MP3 Converter Pro Cluster (Multi Server)

1) Open the Redis Settings in aaPanel and set the IP binding to 0.0.0.0 and press Save 2)...