> > Is there an alternate way to pass the passphrase to apache? 
> Try to use expect.

If you are going to use a script that contains the password, then you
might as well put the password in a file.  mod_ssl can exec a program so
your "script" is as easy as
        #! /bin/sh
        echo secret_password
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to