On Mon, 29 Apr 2002, Brandon Harris wrote: > This can be an annoyance to start using an init script, > given that an ssl server *should* require a password. > Given that, you can do things like this: > > echo `cat /etc/httpd/ssl-password` | /usr/local/apache/bin/apachectl startssl > > Just make sure that /etc/httpd/ssl-password is mode 600, owned > by root.
if you're going to have the password on the server in plaintext, you might as well remove the passphrase from the private key. =jay _______________________________________________ Bits mailing list [EMAIL PROTECTED] http://www.sugoi.org/mailman/listinfo/bits
