qacafe - ip test solutions
Knowledge Base > How can I verify the acs.qacafe.com.pem SSL certificate?

How can I verify the acs.qacafe.com.pem SSL certificate?

TR-069

The openssl verify utility can be used to verify certificates against known CAs, as discussed in this how to.

In order to verify the certificate acs.qacafe.com.pem included with CDRouter using the openssl verify utility, you must also specify the intermediate CA (acs.qacafe.com-ca.pem) using the -untrusted option:

# openssl verify -untrusted acs.qacafe.com-ca.pem acs.qacafe.com.pem
acs.qacafe.com.pem: OK

Note that the intermediate CA acs.qacafe.com-ca.pem is signed by VeriSign and can be found in the /usr/share/doc/cdrouter directory along with the acs.qacafe.com.pem certificate.

Related articles that may also be helpful: