Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
encrypted keystore /trustedstore password for Kafka broker
Labels:
Explorer
Created ‎01-09-2019 04:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Master Mentor
Created ‎01-09-2019 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Explorer
Created ‎01-09-2019 06:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Thanks @Jay Kumar SenSharma ,
