Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There should be an option to use passwords for encrypted certificates.
The implementation tries to read the certifcate without an option to decrypt it first. https://github.com/danielqsj/kafka_exporter/blob/a1d846df120ec306e2ca36557ccba5e697f1229f/kafka_exporter.go#LL232C4-L232C71 If the certificate is encrypted the start fails
There should be an option to decrypt encrypted key files.
The text was updated successfully, but these errors were encountered:
Description
There should be an option to use passwords for encrypted certificates.
Actual
The implementation tries to read the certifcate without an option to decrypt it first.
https://github.com/danielqsj/kafka_exporter/blob/a1d846df120ec306e2ca36557ccba5e697f1229f/kafka_exporter.go#LL232C4-L232C71
If the certificate is encrypted the start fails
Expected
There should be an option to decrypt encrypted key files.
The text was updated successfully, but these errors were encountered: