summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/distribution/src/main/docker/startService.sh
blob: d1e09ddc32714437d477653ff6395bf2558ca0a3 (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 -trustcacerts -keystore $JAVA_HOME/jre/lib/security/cacerts -storepass changeit -alias ONAP -import -file $APP_CONFIG_HOME/ONAP_RootCA.cer

source /etc/run.source