i'm running apache 1.3.9 with mod_ssl/openssl 0.9.4 on winNT.

following the instructions at
http://www.modssl.org/contrib/apache-ssl-win32-howto.html i was able to
create an unsigned server cert, that seems to work quite well.  this method
generates a .cert and .key file, as follows:

SSLCertificateFile conf/certs/my-server.cert
SSLCertificateKeyFile conf/certs/my-server.key

then i tried the steps at
http://www.ultranet.com/~fhirsch/Papers/cook/ssl_cook.html to create a CA
cert, then sign a server cert with it, giving me two .pem files (one for the
key, the other for the cert):

SSLCertificateFile conf/certs/newcert.pem
SSLCertificateKeyFile conf/certs/newkey.pem

this second setup slows my machine down to a crawl...

can anybody explain what's happening?

thanks,

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

Reply via email to