*** Adam Smith wrote/escribió (Thu, 24 Jun 2004 04:21:58 -0700):
> Is there a script to start apache on a sys reboot
Linux: create the appropriate entries under /etc/rc.d/ (they should already
exist anyway).
Windows as service: Configure service as "automatic"
Windows as app: you can probably put a shortcut in Startup folder
> How does one handle the challenge passwd input - leaving
> it exposed in ASCII plain text in the script?
I had that problem. In the end, I created an unencrypted version of the private key:
openssl rsa -in encrypted.key -out unencrypted.key
--
--
-- Álvaro G. Vicario - Burgos, Spain
--<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Starting of Apache on reboot (apachectl startssl ?)