pmint93/helm-charts

Enabling SSL with java keystore file

Opened this issue · 3 comments

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?

@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

When it will be done?

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

Easy solution: base64 encode / decode