Now that nifty...I wonder why I never thought of that.

On Thu, 8 Mar 2001, Hartung Lars wrote:

> You can do the following:
>
> in httpd.conf search for
>
> SSLPassPhraseDialog  builtin
>
> change it to
>
> SSLPassPhraseDialog  exec:/usr/local/apache/bin/xyz
>
>
> create a new file xyz with
> #!/bin/sh
> echo yourpassphrasehere
>
>
> Set the execute right for this file.
>
> that should work. It works in my installation.
>
> Lars
>
>
>
>
> > -----Original Message-----
> > From: Michael George [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, March 08, 2001 2:40 PM
> > To: [EMAIL PROTECTED]
> > Subject: mod_ssl
> >
> >
> > I have the mod_ssl package successfully installed and my
> > certificates made.
> > However, whenever httpd is started, I have to enter a
> > passphrase to get it to
> > come up.  If my system shuts down from a power failure and
> > the batteries
> > draining, it will not completely reboot.
> >
> > Is there a way to let it come up unattended?
> >
> > -Michael
> >
> > --
> > No, my friend, the way to have good and safe government, is
> > not to trust it
> > all to one, but to divide it among the many, distributing to
> > every one exactly
> > the functions he is competent to.  It is by dividing and
> > subdividing these
> > republics from the national one down through all its
> > subordinations, until it
> > ends in the administration of every man's farm by himself; by
> > placing under
> > every one what his own eye may superintend, that all will be
> > done for the
> > best.
> >                 -- Thomas Jefferson, to Joseph Cabell, 1816
> >
> >
> >
> > _______________________________________________
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to