[users@httpd] virtual host configuration for client certificate

2011-10-16 Thread prabhu kalyan rout
Hi, I am trying to configure apache with openssl so that it will ask client certificate to authenticate. The result i am getting is, without client certificate the browser is able to access the page. here is my httpd.conf, Virtual_host configuration VirtualHost 10.10.20.120:8080 DocumentRoot

[users@httpd] whre is SSLCertificateFile and SSLCertificateKeyFile directive

2011-10-10 Thread prabhu kalyan rout
Hi, I was trying to see how apache works with https. I need to store the server certificate and key in a location and mention the path with SSLCertificateKeyFile and SSLCertificateFile directive. Can anybody tell me where to find the directives. Thanks

Re: [users@httpd] whre is SSLCertificateFile and SSLCertificateKeyFile directive

2011-10-10 Thread prabhu kalyan rout
and private key. if you know what to do next please direct me. On Mon, Oct 10, 2011 at 5:22 PM, Eric Covener cove...@gmail.com wrote: On Mon, Oct 10, 2011 at 7:02 AM, prabhu kalyan rout pkr...@gmail.com wrote: Hi, I was trying to see how apache works with https. I need to store the server certificate

Re: [users@httpd] whre is SSLCertificateFile and SSLCertificateKeyFile directive

2011-10-10 Thread prabhu kalyan rout
Thanks for the information Mark. On Mon, Oct 10, 2011 at 7:12 PM, Mark Montague m...@catseye.org wrote: On October 10, 2011 9:11 , prabhu kalyan rout pkr...@gmail.com wrote: what i mean in my previous mail is which file i can find the directives. i came to know that we can find them in /etc