Re: openbsd + sshd + boot priority + free Turbo SSL certificate

From: Tim Schneider <tim_at_no.spam.please>
Date: Thu Dec 28 2006 - 10:26:13 CST

On December 27, 2006 05:50 pm, Gregory L. Magnusson wrote:
>
> cp server.key server.key.orig
> openssl rsa -in server.key.orig -out server.key
> chmod 400 server.key
> ( found on
> http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#removepassphrase )
>
> 1) How do I load sshd before loading Apache or any other daemons?
> 2) Is the above enough to bypass the passphrase prompt in a remote
> server situation? I am using Apache 1.3.7

It seems strange to me that you are running Apache 1.3.7 but have refered to
what looks like to me to be apache 2.0 documentation.

If all you want is to have an apache 1.3.7 server start up after a reboot
without having to type in the password for the certificate try looking up the
docs for this directive:
SSLPassPhraseDialog

it is not available in apache-ssl but is it available in apache + mod_ssl .
Youu basically write a script or code snipet that spits out hte password
phrase to standard output and then you do not have to type in the pass phrase
when apache tries to load up your ssl certificate (that is password
protected).

Enjoy.
Received on Thu Dec 28 10:26:23 2006

This archive was generated by hypermail 2.1.8 : Thu Dec 28 2006 - 10:26:29 CST