sarvenyanik's picture
update kafka config
05a430c
Raw
History Blame Contribute Delete
271 Bytes
#!/bin/sh
set -e
mkdir -p /tmp/aiven-kafka
printf "%s" "$AIVEN_KAFKA_KEYSTORE_BASE64" | base64 -d > /tmp/aiven-kafka/client.keystore.p12
printf "%s" "$AIVEN_KAFKA_TRUSTSTORE_BASE64" | base64 -d > /tmp/aiven-kafka/client.truststore.jks
exec java $JAVA_OPTS -jar app.jar