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
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