Open
Description
We use PEM files to connect to Kafka from the most operators. The Strimzi generated certificates are also in PEM format. However, other operands such as KafkaConnect, MirrorMaker and KafkaBridge still use PKCS12 certificates to connect to Kafka. Also Kafka nodes use PKCS12 certificates to connect to each other. These operands have shell scripts to prepare PKCS12 certificates based on the volume mounted PEM files from secret sources.
We should use PEM files across all the operands for consistency and remove usage of manually generated PKCS12 certificates.
This also might give us an opportunity to reduce usage of shell script for manual certificate preparation.
Metadata
Metadata
Assignees
Labels
No labels