From: cantor Date: Wed, 12 Mar 2008 18:34:00 +0000 (+0000) Subject: Remove conf file at the end. X-Git-Tag: 2.4~518 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=commitdiff_plain;h=05c88fb9d6b0d5b276150d20f02dd1e1006b76a5 Remove conf file at the end. git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2769 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configs/keygen.sh b/configs/keygen.sh index df3b4c9..3bffafd 100755 --- a/configs/keygen.sh +++ b/configs/keygen.sh @@ -65,3 +65,5 @@ if [ -z $BATCH ] ; then else openssl req -config sp-cert.cnf -new -x509 -days $DAYS -keyout sp-key.pem -out sp-cert.pem 2> /dev/null fi + +rm sp-cert.cnf