diff options
Diffstat (limited to 'components/slice-analysis-ms/entry.sh')
-rw-r--r-- | components/slice-analysis-ms/entry.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/slice-analysis-ms/entry.sh b/components/slice-analysis-ms/entry.sh new file mode 100644 index 00000000..2859fe93 --- /dev/null +++ b/components/slice-analysis-ms/entry.sh @@ -0,0 +1,3 @@ +#!/bin/bash +export trustpass=`cat /opt/app/sliceanalysisms/etc/cert/trust.pass` +java -Djavax.net.ssl.trustStore=/opt/app/sliceanalysisms/etc/cert/trust.jks -Djavax.net.ssl.trustStorePassword=$trustpass -jar /bin/application.jar
\ No newline at end of file |