Let’s Encrypt error: x509: certificate signed by unknown authority

broken

In Direct Admin, when you get an error like:

x509: certificate signed by unknown authority Certificate generation failed.

chances are that your system CA certificates are outdated.

Update them, problem solved:

yum install ca-certificates -y
update-ca-trust

Leave a Reply

Your email address will not be published.