Convert .pfx SSL certificate to .cer

From the command line, replacing the filename as necessary (you will need the password for the certificate, if one is assigned):

$ openssl pkcs12 -in wildcard.filename.com_2022.pfx -out wildcard.filename.com_2022.cer -nodes

I needed to do this to convert a .pfx SSL certificate for use with Pagely.

Leave a Reply

Your email address will not be published. Required fields are marked *