In the past I've always used openssl to generate self signed certificates for my apache servers. I get a .key and .cert public and private key files. I was just issued a new certificate to replace the self signed one I was using and it came in the form of a single .pfx file. After googling I found that this was a windows certificate file type. I converted it to a .pem file using open ssl, but it's still only one file with both the public and private key in one file.
How do I convert this .pem to the files that apache needs?
Do I just copy and paste out the two sections into a key and cert file?
Is there a way to use open ssl to convert this .pem into a key and cert file?
Thanks guyss.
How do I convert this .pem to the files that apache needs?
Do I just copy and paste out the two sections into a key and cert file?
Is there a way to use open ssl to convert this .pem into a key and cert file?
Thanks guyss.