Skip to content

Commit

Permalink
feat: Add support for custom root certificates in Java keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton committed Nov 23, 2024
1 parent 758c04b commit a581626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apk add --no-cache \
tzdata
RUN addgroup -S kafkaui && adduser -S kafkaui -G kafkaui

RUN mkdir /etc/kafkaui/certs
RUN mkdir -p /etc/kafkaui/certs

RUN for cert in /etc/kafkaui/certs/*.crt; do \
keytool -import -noprompt -trustcacerts -alias $(basename $cert .crt) -file $cert -keystore $JAVA_HOME/lib/security/cacerts -storepass changeit; \
Expand Down

0 comments on commit a581626

Please sign in to comment.