Re: CA installation

2001-12-22 Thread andrew reid

Ok im useing mandrake linux & it came with a predefined
key . i created a news key for my site but ,when i put the certificate
and the key in /etc/httpd/ssl dir the server wont start


Re: CA installation

2001-12-21 Thread Owen Boyle

andrew reid wrote:
> 
> Hi  i created a certificate to used by apache but cant figure out how &
> were to install it help please.

You need a cert and a key. When you compiled apache with mod_ssl, and
did "make install", they should have been installed for you. Anyway,
they go in your apache conf dir (e.g. /usr/local/apache/conf) in their
own directories ssl.crt and ssl.key - then you have to point to the key
and cert in httpd.conf: 

SSLCertificateFile/usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key

Make sure the key and the ssl.key directory are readable ONLY by root -
i.e. permissions 400.

Rgds,

Owen Boyle.
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



CA installation

2001-12-20 Thread andrew reid

Hi  i created a certificate to used by apache but cant figure out how & 
were to install it help please.

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]