#
# This script launches the SKIT (SSL) key management program with
# the correct options.
#
# Launch gsk6ikm, pointing it to the class used to provide help.
# The class path is set up so that it will pick the right help file
# depending on the setting of LANG.
cd /etc/opt/ibm/sna
export JAVA_HOME=/opt/ibm/sna/IBMJava2-141/jre
export LD_ASSUME_KERNEL=2.4.19
SHORT_LANG=`echo $LANG | awk '{print substr($1,0,5)}'`
gsk6ikm $* -Dkeyman.helpClassName=CSSgKey.class -cp /opt/ibm/sna/lib/nls/msg/C -cp /opt/ibm/sna/lib/nls/msg/$SHORT_LANG -cp /opt/ibm/sna/lib/sguides.jar -cp /opt/ibm/sna/lib
