How do I upload Certificates to an LQ?

 

How do I load Certificates onto an LQ?

Options on LQ are to load the CA Fullchain (.pem format) and the CA Private Key (.pem format) separately:

Here are the options to do it on LQ (under Device/Network/Security):

 

And here is what the Help says:

 

There are also more details on Page 82 of the LQ User Guide here

https://clearcom.com/DownloadCenter/manuals/LQSeriesv4.2/LQ_UserGuide-399G227E.pdf

 

 

LQ expects both the fullchain and the private key in PEM format, not PFX or PKCS12. You can convert certificate files into various formats using openssl:

https://knowledge.digicert.com/solution/SO26449.html

Digicert have an example: https://www.digicert.com/kb/ssl-support/pem-ssl-creation.htm

 

Format should look like:
-----BEGIN CERTIFICATE-----
(Your Primary SSL certificate: your_domain_name.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Intermediate certificate: DigiCertCA.crt)
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
(Your Root certificate: TrustedRoot.crt)
-----END CERTIFICATE-----

 

 

CAN'T FIND YOUR ANSWER? CLICK HERE TO CONTACT SUPPORT


This solution was provided to you by Clear-Com via a question submitted to us by customers like you. If your question wasn’t answered, you need help or you have a recommended solution for our database, please send us an email at support@clearcom.com

The information on this page is owned by Clear-Com and constitutes Clear-Com’s confidential and proprietary information, may be used solely for purposes related to the furtherance of Clear-Com’ business and shall not be disclosed, distributed, copied or disseminated without Clear-Com’s prior written consent. Click Here for Clear-Com's privacy statement.