question.
am 05.03.2003 23:20:10 von kulkarni veena
Hi,
To have SSL enabled server with self-signed
certificate do we need
Apache+openSSL+ModSSL or just Apache+ModSSL ?
thanks in advance.
-veena
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: question.
am 06.03.2003 07:03:05 von Marko Asplund
On Wed, 5 Mar 2003, kulkarni veena wrote:
> To have SSL enabled server with self-signed
> certificate do we need
>
> Apache+openSSL+ModSSL or just Apache+ModSSL ?
mod_ssl needs to be linked against OpenSSL libraries so you need to have
OpenSSL if you want to compile mod_ssl. you don't need to have OpenSSL
libraries installed on the OS to run mod_ssl if you use static linking.
the OpenSSL application is very useful for many PKI operations (handling
certificate requests, keys, certificates etc.) but it's not really
required.
best regards,
--
aspa http://www.kronodoc.fi/
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org