On Fri, Jul 23, 1999, Sun JunXu wrote:

> I want to get rid of the pass-phrase dialog when linux reboot, I have done
> according to article of mod-ssl faq, 
> cp server.key server.key.org
> openssl rsa -in server.key.org -out server.key
> chmod 400 server.key
> 
> but it is pity, when I restart linux, still there is a dialog box , let me
> enter password,
> what is wrong? 
> thanks for your help.
> what I use is redhat 5.2, 

When it still asks, you either have more private keys (more SSL virtual hosts)
or you messed up something with the above commands.  The unencrypted private
key should be readable via "openssl rsa -noout -text -in <file>" _WITHOUT_
entering a pass phrase. Until it asks you, you've still done something wrong
with the openssl command and don't have to try mod_ssl with it.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to