Step 1:
Get the certificate file/private key and certificate chain file from Server
Step 2:
Go to https://www.sslshopper.com/ssl-converter.html
Step 3:
i. Select ‘type of current certificate’ as ‘standard PEM’
ii. Choose key file from your machine
iii. Type to convert to ‘select pfx’
Step 4:
Click on convert Certificate, it will provide you with the pfx file.
Note : You can convert to and from different formats such as pem, der, p7b, and pfx.
PEM certificates usually have extentions such as .pem, .crt, .cer, and .key.
OpenSSL Commands to Convert SSL Certificates on Your Machine
It is highly recommended that you convert to and from .pfx files on your own machine using OpenSSL so you can keep the private key there. Use the following OpenSSL commands to convert SSL certificate to different formats on your own machine:
Convert PEM to PFX
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt
Need more help?
Contact Seclore Support
[email protected] | Chat LiveClick Here