On Wed, Nov 04, 1998, glin wrote:

> >On Fri, Oct 30, 1998, Shane Wegner wrote:
> >
> >>[..]
> >> I recently installed mod-ssl and created a self-signed certificate but
> now
> >> whenever I start apache, it prompts for a password.  I tried leaving the
> >> password field blank but it doesn't let me.  The server has to start up
> >> whenever I reboot.  That includes power failures and crashes where
> someone
> >> isn't always present.  I tried.
> >> echo "mypassword" |/usr/local/apache/sbin/httpd
> >> but it didn't work.  Does anyone know how servers are expected to bounce
> >> back like this?
> >
> >Please read http://www.engelschall.com/sw/mod_ssl/docs/#FAQ-nopass

> My experience is that you may need the "nodes" switch for the key convertion
> to work.  Sometimes when you are not inputing a password with a legnth of
> minimum 4, ssleay won't proceed.

"nodes"? Hmmm... at least for SSLeay 0.9 and 0.8 there is both no "nodes"
option for "ssleay rsa" and it works as I documented it:

| rse@en1:/tmp/apache/etc/ssl.key
| :> ssleay rsa -h
| unknown option -h
| rsa [options] <infile >outfile
| where options are
|  -inform arg   input format - one of DER NET PEM
|  -outform arg  output format - one of DER NET PEM
|  -in arg       inout file
|  -out arg      output file
|  -des          encrypt PEM output with cbc des
|  -des3         encrypt PEM output with ede cbc des using 168 bit key
|  -idea         encrypt PEM output with cbc idea
|  -text         print the key in text
|  -noout        don't print key out
|  -modulus      print the RSA key modulus
| rse@en1:/tmp/apache/etc/ssl.key
| :> ssleay rsa -in server.key -out server.key.x
| read RSA private key
| Enter PEM pass phrase:
| writing RSA private key
| rse@en1:/tmp/apache/etc/ssl.key
| :>

Are you using an even older version of SSLeay?

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to