openreplay/scripts/helmcharts/databases/charts/kafka/files/jks/README.md
Rajesh Rajendran 39ae351b6b chore(structure): changed folder structure for helm charts
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2022-01-17 02:13:58 +05:30

575 B
Executable file

Java Key Stores

You can copy here your Java Key Stores (JKS) files so a secret is created including them. Remember to use a truststore (kafka.truststore.jks) and one keystore (kafka.keystore.jks) per Kafka broker you have in the cluster. For instance, if you have 3 brokers you need to copy here the following files:

  • kafka.truststore.jks
  • kafka-0.keystore.jks
  • kafka-1.keystore.jks
  • kafka-2.keystore.jks

Find more info in this section of the README.md file.