Convert a PEM Certificate to PFX format

PEM certificates are not supported, but you can convert them to PKCS#12 (PFX) format.

About this task

This conversion can be done using an external tool such as OpenSSL, as described below.

Procedure

  1. Go to http://www.openssl.org/related/binaries.html
  2. Download and install version 1.0.1c.
  3. Run the following command format from the OpenSSL installation bin folder.
    openssl pkcs12 -export -out Cert.p12 -in cert.pem -inkey key.pem -passin pass:root -passout pass:root