#!/bin/sh SH="/bin/sh" if test "$OSTYPE" = msdosdjgpp; then PATH=./apps\;../apps\;$PATH else PATH=../apps:$PATH fi export SH PATH SSLEAY_CONFIG="-config CAss.cnf" export SSLEAY_CONFIG /bin/rm -fr demoCA $SH ../apps/CA.sh -newca <