Sun JunXu wrote:
> 
> hi, guys
> 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

Looks good to me.

> 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.

Check your webserver config: are you sure that you're stripping the
passphrase from the same copy of server.key that the webserver is
looking at?

> what I use is redhat 5.2,

Immediately, if not sooner, trim down your /etc/inetd.conf to the
minimum useful services and issue these commands:

killall -HUP inetd
pwconv
grpconv
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to