Convert a PEM Certificate to PFX/P12 format
PEM certificates are not supported, they must be converted to PKCS#12 (PFX/P12) format.
About this task
This conversion can be done using an external tool such as OpenSSL, as described below.
Procedure
- Go to https://www.openssl.org/community/binaries.html
- Download and install version 1.0.1p.
- 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