Skip to content

Commit a581626

Browse files
committed
feat: Add support for custom root certificates in Java keystore
1 parent 758c04b commit a581626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk add --no-cache \
1010
tzdata
1111
RUN addgroup -S kafkaui && adduser -S kafkaui -G kafkaui
1212

13-
RUN mkdir /etc/kafkaui/certs
13+
RUN mkdir -p /etc/kafkaui/certs
1414

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

0 commit comments

Comments
 (0)