aboutsummaryrefslogtreecommitdiffstats
path: root/bin/caservicecontainer/application.sh
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-09-26 12:48:34 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2018-09-26 13:11:05 -0700
commite19f78e89aaa94bbf3e0c612314d48c9672ad5c3 (patch)
treeb4f188e1f28a7afe8abdd0bf7842f55de70e5e16 /bin/caservicecontainer/application.sh
parent67e6b6dd230ccb83204d2d103a033f735c83a14f (diff)
Update location of passphrase in distcenter
Location for passphrase needed to be updated in scenarios where tpm is not available P2: Add more changes to get the passphrase to be passed correctly Issue-ID: AAF-521 Change-Id: Ibf022e05489e77cdcec642a543abf5cec3c21e53 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
Diffstat (limited to 'bin/caservicecontainer/application.sh')
-rwxr-xr-xbin/caservicecontainer/application.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/caservicecontainer/application.sh b/bin/caservicecontainer/application.sh
index a7c864d..da4d2d8 100755
--- a/bin/caservicecontainer/application.sh
+++ b/bin/caservicecontainer/application.sh
@@ -12,7 +12,7 @@ applicationlibrary="/usr/local/lib/softhsm/libsofthsm2.so"
# Setting up the java application and running the application
# 1. Create the configuration pkcs11.cfg for the application
# Remove any existing cfg file first from the CWD
-rm pkcs11.cfg
+rm -f pkcs11.cfg
touch pkcs11.cfg
chmod 755 pkcs11.cfg
echo "name = ${key_label}" >> pkcs11.cfg