Getting the PEM values of private key and certificate from .pfx file
Recently, I use a library at work where I need to pass in the PEM format values of the private key and certificate from a pfx file. In this post, I’m going to show how to find these from a pfx file using openssl. The PEM format of the private key is a Base64 encoded … [Read more…]