Below I detail how to export the private key from a PFX file, this is forĀ needed for instanceĀ in Ability Mail Server to allow SSL to work. Export the private key file from the pfx file Remove the passphrase from the private key Export the certificate file from the pfx file openssl pkcs12 -in filename.pfx -nocerts […]