Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Use absolute file path in ENV KEYSTORE and TRUSTSTORE in Archive and …
Browse files Browse the repository at this point in the history
…Keycloak docker image dcm4che/dcm4chee-arc-light#1720
  • Loading branch information
gunterze committed Dec 6, 2018
1 parent 263bbbf commit 99fadd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ "$1" = 'standalone.sh' ]; then
if [ ! -f $JAVA_HOME/lib/security/cacerts.done ]; then
touch $JAVA_HOME/lib/security/cacerts.done
keytool -importkeystore \
-srckeystore $JBOSS_HOME/standalone/configuration/$TRUSTSTORE -srcstorepass $TRUSTSTORE_PASSWORD \
-srckeystore $TRUSTSTORE -srcstorepass $TRUSTSTORE_PASSWORD \
-destkeystore $JAVA_HOME/lib/security/cacerts -deststorepass changeit
fi

Expand Down

0 comments on commit 99fadd0

Please sign in to comment.