Ensure that the Certificate Format is Valid Parent topic

  • IMSVA only supports the .pem certificate format.
  • Ensure that the signed certificate contains both the private key and certificate information.
Note
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