Hi, all.

First of all: sorry about my poor SSL skills. I want to create an https connection to a third party https web service and the client must use a certificate to use that web service. I am using PHP (PHP uses libcurl and supports only PEM certificates) in my side (the client side). The third party mailed me a "trust.keystore" file and a ".p12" file. How can I get the ".pem" file? I have been executing the following command but always requests for an input password (and I have no password!):

openssl pkcs12 -clcerts -in input.p12 -out output.pem


Could the "trust.keystore" be used to get the .pem file?


Thanks in advance.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to