aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scripts/updatePem.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scripts/updatePem.sh')
-rw-r--r--src/main/scripts/updatePem.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/scripts/updatePem.sh b/src/main/scripts/updatePem.sh
index e43a2eb..dc3a494 100644
--- a/src/main/scripts/updatePem.sh
+++ b/src/main/scripts/updatePem.sh
@@ -1,4 +1,4 @@
-#!/bin/ksh
+#!/bin/sh
###
# ============LICENSE_START=======================================================
@@ -24,7 +24,6 @@ COMMON_ENV_PATH=$( cd "$(dirname "$0")" ; pwd -P )
. ${COMMON_ENV_PATH}/common_functions.sh
start_date;
-check_user;
source_profile;
CERTPATH=$PROJECT_HOME/resources/etc/auth/
@@ -35,4 +34,4 @@ pw=$(execute_spring_jar org.onap.aai.util.AAIConfigCommandLinePropGetter "" "aai
openssl pkcs12 -in ${CERTPATH}/aai-client-cert.p12 -out $CERTPATH$CERTNAME -clcerts -nokeys -passin pass:$pw
openssl pkcs12 -in ${CERTPATH}/aai-client-cert.p12 -out $CERTPATH$KEYNAME -nocerts -nodes -passin pass:$pw
end_date;
-exit 0 \ No newline at end of file
+exit 0