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.
- Have Open SSL Installed
- Start Open SSL as Admin
- Navigate to the location of the certificate
- Run the following command to remove the password:
openssl rsa -in CertName.pem -out CertName_nopass.pem
- Put in the password of the cert.
- New cert created with no password.