#! /bin/sh

if [ "$GLOBUS_LOCATION" = "" ]; then
  echo "Set GLOBUS_LOCATION before running this script"
  exit 1
fi

perl $GLOBUS_LOCATION/setup/globus_simple_ca_bffbd7d0_setup/setup-ssl-utils.pl $@
