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

Enabling SSL with java keystore file #40

Open
JavadHosseini opened this issue Aug 14, 2022 · 3 comments
Open

Enabling SSL with java keystore file #40

JavadHosseini opened this issue Aug 14, 2022 · 3 comments

Comments

@JavadHosseini
Copy link

JavadHosseini commented Aug 14, 2022

In values.yaml it is mentioned that JKS file should be added in "keyStore" field, I created JKS but How should I import the JKS binary file to chart?

@pmint93
Copy link
Owner

pmint93 commented Aug 15, 2022

@JavadHosseini It's not possible to configure JKS key for now because JKS file is in binary format and cannot embedded into values.yaml file. It was my mistake to think it is in plaintext format.

So, we need changes to this chart to make it possible

@gagandeep
Copy link

When it will be done?

@lhoss
Copy link

lhoss commented Mar 18, 2024

because JKS file is in binary format and cannot embedded into values.yaml file

Easy solution: base64 encode / decode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants