Phil Ehrens wrote:
Markus wrote:
Phil Ehrens wrote:
Markus wrote:
Made all the ca.key and the server.key and sign it via sign.sh everthing
looked good so far.
then the misery begins.
./configure --with apache... --with-ssl --with-mm
--with-crt=/var/local/certs --with -key=/var/local/private
--prefix=../apache_1.3.35 --enabled-shared-ssl
Error:
cannot find SSL x.509 certificated file /var/local/certs
It wants the path to the cert, not to the directory containing
the cert. I wonder why they didn't use --with-cert for the
option name?!
I put that path in, however it still doesn't work. I put it in like this:
the certs and keys are in /usr/local/certs and /usr/local/private.
and i put in/usr/local/certs
and /usr/local/private
It wants something like:
/usr/local/certs/httpdcert.pem
^^^^^^^^^^^^^^
|
filename of cert
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]
Ahh now it works :) Thanks..
Except httpd dosent start up anymore.. but this we do tommorow :)
|