my experience is you have 1 of two options
1). If you want a pass phrase then you have to start it up manually
2). Enter NO pass phrase when you make the certificate and you can automate the start-up.. ./apachetl startssl
I'm not sure if there is a middle ground?
> -----Original Message-----
> From: Ben Ocean [mailto:[EMAIL PROTECTED]]
> Sent: Friday, January 11, 2002 6:56 AM
> To: [EMAIL PROTECTED]
> Subject: Please Enter the Passphrase
>
>
> 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
>