(newbie) private key vs. keystore confusion

2009-12-26 Thread Mazza, Glen R.
Hello, I'm confused somewhat about the workings of OpenSSL, in particular the following command: openssl pkcs12 -export -inkey servicekey.pem -in servicecert.pem -out service.p12 -name myservicekey -passin pass:sspass -passout pass:skpass Question: Does the above command create a private key

Could you please help me about the basics of how to set and run open-ssl on my server

2009-12-26 Thread Koray Erol
Hi Open-SSL Users, Could you please help me about the basics of how to set and run open-ssl on my server. Thanks

How can I decrypt a DES-EDE3-CBC file?

2009-12-26 Thread dutchman1
Hi, what's the openssl command to decrypt a DES-EDE3-CBC file? thanks! Chris -- View this message in context: http://old.nabble.com/How-can-I-decrypt-a-DES-EDE3-CBC-file--tp26908094p26908094.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

(newbie) private key vs. keystore confusion

2009-12-26 Thread Mazza, Glen R.
Hello, I'm confused somewhat about the workings of OpenSSL, in particular the following command: openssl pkcs12 -export -inkey servicekey.pem -in servicecert.pem -out service.p12 -name myservicekey -passin pass:sspass -passout pass:skpass Question: Does the above command create a private key

Re: Easiest way to test keys?

2009-12-26 Thread Edgar Ricardo Gonzalez Lazaro
your certificate is signed you simply need to verify the signature with the verify command. openssl verify -CAfile "yourca.cert" your.cert if you have a deeper certification path you must contatenate all the certs in path into a .lst file which contains the PEM certificates one after other. I ho

Easiest way to test keys?

2009-12-26 Thread Timothy Little
Sorry for a newbie question, but I have been unable to find an answer for this. I (think that I) have created the certs and keys necessary for SSL connections between a client and the servers of a MySQL database. But I can't bring down those servers except to make the change. Is there a wa