Self Signed Company CA Root --signs--> Project CA --signs-> Server and Client certs

2000-11-06 Thread Matthew_Lenz
I'm having a bitch of a time getting client verification to work to work. I've got the root CA cert, project CA cert, and server and client certs (keys with passphrase removed) all in pem encoded format. I've done the following. 1.Created a new mod_ssl instance of apache 2.Set the server key

Crypt::SSLeay + LWP::UserAgent + Client Key/Certificate

2000-09-06 Thread Matthew_Lenz
Joshua or anyone who can fill me in, I'm having a heck of a time trying to figure out an easy way to use a client key/cert with a simple https POST. I've got a relatively short chunk of code that posts data to a CGI (sitting on a https enabled server) and it works beautifully. Now I need to