it's simple to write a shell script that echo's out the password. then in your
httpd.conf
SSLPassPhraseDialog exec:<some script>
the script can be as simple as:
#!/bin/sh
echo passphrase
exit
On Thu, 24 May 2001, Michael Avdeev wrote:
> is there a way to automate the process of entering the password
> when the system boots up. every time i boot the box it sits there for me
> to enter the password. sorry if this is a repost, i cant seem to find
> this anywhere. thanks, M
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]