confluent-platform-security-tools
confluent-platform-security-tools copied to clipboard
Add support for Kafka 2.7.0 PEM format
Kafka 2.7.0 introduces PEM support:
- Release notes: https://blogs.apache.org/kafka/entry/what-s-new-in-apache4
- KIP: https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key
It'll be useful to add support for this.
As a reference, maybe this PR on Bitnami's Docker image could be useful: https://github.com/bitnami/bitnami-docker-kafka/pull/148