X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=packages%2Fdocker%2Fsrc%2Fmain%2Fdocker%2Fdocker-install.sh;h=36cc8aa92968fec3ed9c48a8563afc6d58c2fa4f;hb=b9be194407acabc87d7e71b58430fbdd7ec4966e;hp=7176abf2097eb6a800b23db1dec7b249a86faf32;hpb=b0557d5e3e2218d794fac3b28c2254593a6c3a80;p=policy%2Fengine.git diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh index 7176abf20..36cc8aa92 100644 --- a/packages/docker/src/main/docker/docker-install.sh +++ b/packages/docker/src/main/docker/docker-install.sh @@ -405,11 +405,10 @@ function configure_keystore() { set -x fi - local DEFAULT_KEYSTORE_PASSWORD="Pol1cy_0nap" local DEFAULT_KEYSTORE_PASSWORD='Pol1cy_0nap' if [[ -n ${TRUSTSTORE_PASSWD} ]]; then - keytool -storepasswd -storepass "${DEFAULT_TRUSTSTORE_PASSWORD}" -keystore "${POLICY_HOME}/etc/ssl/policy-truststore" -new "${TRUSTSTORE_PASSWD}" + keytool -storepasswd -storepass "${DEFAULT_KEYSTORE_PASSWORD}" -keystore "${POLICY_HOME}/etc/ssl/policy-truststore" -new "${TRUSTSTORE_PASSWD}" keytool -list -keystore "${POLICY_HOME}/etc/ssl/policy-truststore" -storepass "${TRUSTSTORE_PASSWD}" fi @@ -629,7 +628,7 @@ DEBUG=n BASE_CONF=base.conf -TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.53 +TOMCAT_PACKAGE_NAME=apache-tomcat-8.5.34 INSTALL_DIR="$(pwd)"