OK, here is my /etc/start.ssl script.  I wait for my server to reboot, and
then telnet into the system and issuee the following command:

# /etc/start.ssl

The script is:

#!/bin/sh

PATH=.:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin

path=.:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
        export PATH
        export path
        SSLTOP=/var/httpd/ssl
        export SSLTOP
        echo -n "httpsd "
        cd /var/httpd/ssl/bin
        in.httpsd


It works beautifully.  You could also write a expect/send script and run
that as well, except your private password would be somewhere on your
system.


sean.

On Mon, 8 Nov 1999, andrew wrote:

> O.K. three weeks of my times been wasted so far in discovering that the 
> apache wasn't hanging or unable to find a valid cert file. BUT mod_ssl had it 
> waiting at the command prompt expecting me to enter the certificate pass-
> phase.
> 
>  HOW is a person suppose to remotly start such a server ??
>  
> ______________________________________________________________________
> 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]

Reply via email to