Configure Journey engine with Kafka SSL
Use the following client certificates and share these certificates on the required
machines and make a note of password.
Kafka.client.keystore.jks
kafka.client.truststore.jks
- Update journey_engine_master.config from <JOURNEY_HOME>/Engine/ directory.
- Update the following property values.
kafka.security.enabled=Y kafka.security.protocols.enabled=SSL security.protocol=SSL ssl.truststore.location= /PATH/kafka.client.truststore.jks ssl.truststore.password=<ENCYPTED PASSWORD WITH JOURNEY ENCRYPTION TOOL> ssl.keystore.location= /PATH/kafka.client.keystore.jks ssl.keystore.password=<ENCYPTED PASSWORD WITH JOURNEY ENCRYPTION TOOL> ssl.key.password=<ENCYPTED PASSWORD WITH JOURNEY ENCRYPTION TOOL> ssl.endpoint.identification.algorithm=