Skip to content

Commit

Permalink
fix client path
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Feb 28, 2024
1 parent 200d9f0 commit a73d698
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstall.sh) chmod u+w $JAVA_HOME/lib/security/cacerts , result=$returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi

/usr/lib/jvm/java/bin/keytool -import -noprompt -cacerts -storepass changeit -alias "localhost" -file "/opt/container_files/certs/localhost.pem"
/usr/lib/jvm/java/bin/keytool -import -noprompt -cacerts -storepass changeit -alias "localhost" -file "/opt/container_files/certs/client/localhost.pem"
returnCode=$?
echo "grouperDockerfile; INFO: (containerDockerfileInstall.sh) /usr/lib/jvm/java/bin/keytool -import -noprompt -cacerts -storepass changeit -alias \"localhost\" -file \"/opt/container_files/certs/localhost.pem\" , result=$returnCode"
echo "grouperDockerfile; INFO: (containerDockerfileInstall.sh) /usr/lib/jvm/java/bin/keytool -import -noprompt -cacerts -storepass changeit -alias \"localhost\" -file \"/opt/container_files/certs/client/localhost.pem\" , result=$returnCode"
if [ $returnCode != 0 ]; then exit $returnCode; fi

chmod u-w $JAVA_HOME/lib/security/cacerts
Expand Down

0 comments on commit a73d698

Please sign in to comment.