Decrypting a PFX file with OpenSSL
Occasionally we have to host services that need securing with SSL and unfortunately we can only get our certificates in PKCS12 format, i.e. in a .pfx file – which is only suitable for installing in a Windows IIS box. So what do you do if you have to put a certificate that’s in the form… Read More »