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

Run the following command format with the OpenSSL tool.
openssl pkcs12 -export -out Cert.p12 -in cert.pem -inkey key.pem -passin pass:root -passout pass:root