1. From command prompt run following command:
openssl pkcs12 -in <import .pfx cert from where> -out <export .pem file to where> -nodes
openssl pkcs12 -in c:\openssl\SSLcert.pfx -out c:\openssl\servercert.pem -nodes
2. Enter SSL cert pricate key password.
3. If MAC verified OK show, mean .pem cert successful exported.