On Fri, Oct 06, 2000 at 11:13:28AM -0500, William Scates wrote:
>
> How do I go about migrating over the certificates and keys?
You could just make a default install of Apache+mod_ssl and
then just copy the cert and key or just change SSLCertificateFile
and SSLCertificateKeyFile to point to your old cert/key.
Or you could:
>
> I've attempted to use:
> $ ./configure \
> --with-apache=../apache_1.3.x \
> --with-ssl=../openssl-0.9.x \
> --with-rsa=../rsaref-2.0/local \
You should not be using rsaref - since RSA's patent has expired,
then there is no need to use it (and you may run into copyright
issues if you do).
> --with-mm=../mm-1.1.x \
> --with-crt=/path/to/your/server.crt \
> --with-key=/path/to/your/server.key \
Make sure that those files are actually there. And this may just
be a copy paste error, but the --with-key line should not have
any whitespace after the \.
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]