Configuring SSL encryption

Learn how to set up SSL encryption for SRM.

Configuring SSL encryption for SRM can be achieved by adding the appropriate configuration properties to your srm.properties configuration file.
  1. Specify the security protocols:
    security.protocol = SSL
  2. Specify truststore information:
    ssl.truststore.location = /var/private/ssl/kafka.client.truststore.jks
    ssl.truststore.password = test1234