RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
yes John, mod_ssl is built in it, I need some help in how to generate the CSR so that I can get test certificate. Also, any changes I need to make in ssl.conf file. thanks a lot -Raj [EMAIL PROTECTED] 09/06/02 12:06PM http://www.modssl.org/docs/2.8/ Apache 2 has mod_ssl built in, I

RE: How to make apache work both for https

2002-09-09 Thread Turner, John
apache work both for https yes John, mod_ssl is built in it, I need some help in how to generate the CSR so that I can get test certificate. Also, any changes I need to make in ssl.conf file. thanks a lot -Raj [EMAIL PROTECTED] 09/06/02 12:06PM http://www.modssl.org/docs/2.8

RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: RE: How to make apache work both for https yes John, mod_ssl is built in it, I need some help in how to generate the CSR so that I can get test certificate. Also, any changes I need

RE: How to make apache work both for https

2002-09-09 Thread Peter Choe
] Subject: RE: How to make apache work both for https yes John, mod_ssl is built in it, I need some help in how to generate the CSR so that I can get test certificate. Also, any changes I need to make in ssl.conf file. thanks a lot -Raj [EMAIL PROTECTED] 09/06/02 12:06PM

[OFF TOPIC] RE: How to make apache work both for https

2002-09-09 Thread Turner, John
PM To: [EMAIL PROTECTED] Subject: RE: How to make apache work both for https thanks again John, both the documentations use openssl for creating RSA and CSR, but I am using modssl, whats the equavalent modossl in apache 2.0.39, I searched for both openssl and modssl in all apache

RE: How to make apache work both for https

2002-09-09 Thread Milt Epstein
Google is your friend. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 11:01 AM To: [EMAIL PROTECTED] Subject: RE: How to make apache work both for https yes John, mod_ssl is built in it, I need some help in how to generate

[OFF TOPIC] RE: How to make apache work both for https

2002-09-09 Thread Raj Mettai
shall do my best to refrain from answering such posts in the future. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:02 PM To: [EMAIL PROTECTED] Subject: RE: How to make apache work both for https thanks again John, both

RE: How to make apache work both for https

2002-09-06 Thread Turner, John
http://www.modssl.org/docs/2.8/ Apache 2 has mod_ssl built in, I believe. John -Original Message- From: Raj Mettai [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 12:02 PM To: [EMAIL PROTECTED] Subject: How to make apache work both for https Hi all, I have

Re: How to make apache work both for https

2002-09-06 Thread Robert L Sowders
Assuming you already have a openssl.cnf file setup, cd into openssl/bin and run these commands: openssl req -config openssl.cnf -new -out server.csr openssl rsa -in privkey.pem -out server.key openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 365 Raj Mettai [EMAIL