File size: 271 Bytes
37f6ce0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
#!/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