Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

encrypted keystore /trustedstore password for Kafka broker

avatar
Explorer

In my current project I am using SSL connection for Kafka and below are my current setup for server properties files :

broker.id=1
listeners= SSL://123.456.789.110:9092
security.inter.broker.protocol=SSL
ssl.keystore.location=/etc/keys/keystore
ssl.keystore.password=test1234
ssl.truststore.location=/etc/CApath/trustedstore
ssl.truststore.password=test1234
ssl.enabled.protocols=TLSv1.2

But I don' want to use cleartext keystore and trustedstore password in server properties file .

I am using Kafka version 2.0.0 .

2 REPLIES 2

avatar
Master Mentor

avatar
Explorer