Contents
Index
Search
Collapse All
Expand All
Previous
Next
Search
Toggle Highlight
Ensure that the Certificate Format is Valid
IMSVA
only supports the
.pem
certificate format.
Ensure that the signed certificate contains both the private key and certificate information.
Note
If your certificate is in PKCS12 format, convert it to the PEM format using the command:
[root@imsva ~]# openssl pkcs12 -in mycert.pfx -out mycert.pem