summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
blob: 14d772e41ef73eb7d8847d60149c83477c3c775e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

nodeName=BlueprintsProcessor_1.0.0_$(cat /proc/self/cgroup | grep docker | sed s/\\//\\n/g | tail -1)

echo "APP Config HOME : ${APP_CONFIG_HOME}"
export APP_HOME=/opt/app/onap

keytool -import -noprompt -trustcacerts -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -alias ONAP -import -file $APP_CONFIG_HOME/ONAP_RootCA.cer

source /etc/run.source