如何在kafka和zookeeper中启用SSL?
我需要在apache kafka和zookeeper中启用SSL安全吗?有教程吗?我面临信任库路径的问题。
I need to enable SSL security in apache kafka and zookeeper? Is there any tutorial? I am facing issues with the truststore path.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过以下链接设置 SSL:
https: //docs.confluence.io/platform/current/security/security_tutorial.html#generate-keys-certs
https://docs.confluence.io/3.0.0/kafka/ssl.html< /a>
这是我当前使用的 docker 镜像:
you can go through below links to set SSL:
https://docs.confluent.io/platform/current/security/security_tutorial.html#generating-keys-certs
https://docs.confluent.io/3.0.0/kafka/ssl.html
This is the docker image I am currently using: