分布式消息服务KAFKA版-制作和替换Kafka的SSL证书:步骤三:修改客户端配置文件

时间:2024-10-15 11:00:01

步骤三:修改客户端配置文件

替换证书后,需要在客户端的“consumer.properties”和“producer.properties”文件中,分别修改“ssl.truststore.location”和“ssl.truststore.password”参数。

security.protocol=SASL_SSL
ssl.truststore.location=/opt/kafka_2.12-2.7.2/config/client.truststore.jks
ssl.truststore.password=dms@kafka
ssl.endpoint.identification.algorithm=
  • ssl.truststore.location配置为client.truststore.jks证书的存放路径。
  • ssl.truststore.password为客户端证书的Truststore密码
  • ssl.endpoint.identification.algorithm为证书 域名 校验开关,为空则表示关闭。这里需要保持关闭状态,必须设置为空
support.huaweicloud.com/usermanual-kafka/kafka-ug-0008.html