How to convert SSL cert from .pem to .pfx format?

Go to command prompt

cd %plesk_bin%
openssl.exe pkcs12 -in cert.pem -out cert2.pfx -nodes

where cert is the name of the certificate file
Your rating: None Average: 4 (1 vote)