RE: setting up an openssl client/server connection

2012-07-23 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Matthias Apitz Sent: Sunday, 22 July, 2012 02:54 I'm trying to build openssl keys to be used in a client/server connection and neeed some step by step guide for this, as I'm doing it for the first time. 1)openssl req -out ca.pem -new

setting up an openssl client/server connection

2012-07-22 Thread Matthias Apitz
Hello, I'm trying to build openssl keys to be used in a client/server connection and neeed some step by step guide for this, as I'm doing it for the first time. I found and started with the following procedure: http://acs.lbl.gov/~boverhof/openssl_certs.html Generating Client/Server