Categories
Knowledge Support Support Categories exacqVision Webservice Products

Creating a Non Password Protected Cert for Web Service

Problem

Currently password protect HTTPS certificates are not supported in exacq web service. They will fail to load when saved on the web service

Solution

As password protected HTTPS certificates not supported in the web service the customer can either request a non-password protect cert from the provided. If the password is known, we can also remove the password and create a non-password protected cert. 

  1. Have Open SSL Installed
  2. Start Open SSL as Admin
  3. Navigate to the location of the certificate
  4. Run the following command to remove the password:
openssl rsa -in CertName.pem -out CertName_nopass.pem
  1. Put in the password of the cert.
  2. New cert created with no password.