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 wrote: > On October 10, 2011 9:11 , prabhu kalyan rout 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/httpd/conf/apache.conf o

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

2011-10-10 Thread Mark Montague
On October 10, 2011 9:11 , prabhu kalyan rout 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/httpd/conf/apache.conf or /etc/httpd/conf.d/ssl.conf file. but both the files are not present in my machine. i need to edit t

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

2011-10-10 Thread prabhu kalyan rout
Hi Eric, 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/httpd/conf/apache.conf or /etc/httpd/conf.d/ssl.conf file. but both the files are not present in my machine. i need to edit the file to update with my certificate and priva

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

2011-10-10 Thread Eric Covener
On Mon, Oct 10, 2011 at 7:02 AM, prabhu kalyan rout wrote: > 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 fi

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