Skip to content

Commit

Permalink
Merge branch 'sandbox' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pmchung committed Jun 17, 2022
2 parents 08f7d34 + 9422b18 commit c3c4634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/server/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ echo "Looking for $KAFKA_CERT_PATH"
if test -f "$KAFKA_CERT_PATH";
then
echo "Found mounted ca.pem"
mkdir /app/truststore && cd /app/truststore
mkdir -p /app/truststore
cd /app/truststore
keytool -import -file $KAFKA_CERT_PATH -alias CA \
-keystore client.truststore.jks \
-storepass default \
Expand Down

0 comments on commit c3c4634

Please sign in to comment.