Hi;
I'm trying to write a startup script for mod_apache but I don't know how 
I'm supposed to automate entering a passphrase. Furthermore, isn't that a 
security compromise? What to do? Here's my script but it lacks the entering 
of the passphrase:

#!/bin/sh
LD_LIBRARY_PATH=/etc/httpd/libexec:/usr/local/openssl:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
/etc/httpd/bin/apachectl startssl
echo "Apache started"

TIA,
BenO




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

Reply via email to