Skip to content
New issue

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

Missing documentation? #131

Open
saas2813 opened this issue Jul 28, 2022 · 1 comment
Open

Missing documentation? #131

saas2813 opened this issue Jul 28, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@saas2813
Copy link

Hi,

I can not find how to add a password to the configuration of TLS-certificates.
(My TLS key-file is encrypted with password.)
Will kafkactl ask for it ?
Is there any way to point it to a file as used by kafka-cli tools --command-config ?

@d-rk
Copy link
Collaborator

d-rk commented Jul 28, 2022

Hi @saas2813 ,

that is currently not supported. It should not be that complicated to implement it however and luckily we accept pull requests 😸

Another option is to remove the password with something like this:

openssl rsa -in key.pem -out key.unencrypted.pem -passin pass:TYPE_YOUR_PASS

@d-rk d-rk added enhancement New feature or request good first issue Good for newcomers labels Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants