[NTLUG:Discuss] Red Hat Secure Webserver

Eric Schnoebelen eric at cirr.com
Mon Jan 31 17:30:27 CST 2000


"Daniel L. Shipman" writes:
- If not how can I have a simple shell script that will enter the
- commands
-     httpsd stop
- Wait for a second or so then enter the PEM pass phrase then enter
- the command - httpsd

	I have a program defined for SSLPassPhraseDialog that
returns the passphrase upon startup..  Unfortunately, I'm no
longer running the RedHat Secure server package, rather, I"m
using that RSA license to allow me to run Apache 1.3.9 +
mod_ssl..

	The directilve looks like this:

	SSLPassPhraseDialog <path>/<to>/<program>

	And my program looks like this:

	#!/bin/sh
	#
	#       passprog -- echo the correct passphrase upon apacheSSL start up
	#

	case  "$1" in 
	    "ssl.notreal.com:443")
			echo "Are You Kidding??"
			;;
	    *)
			echo ""
			;;
	esac

--
Eric Schnoebelen		eric at cirr.com		 http://www.cirr.com
          Programming is the art of debugging a blank sheet of paper.




More information about the Discuss mailing list