### Use case java requires using a "keystore" instead of just pem encoded certs. so we'll have to emit those from premain. ### Describe your solution (https://github.com/pavlo-v-chernykh/keystore-go) could be used to provide the nessesary template func something like ``` "Marbles": { "javathing": { "Parameters": { "Files": { "/app/keystore.jks": "{{ javaKeyStore .MarbleRun.MarbleCert.Cert }}", ```
Use case
java requires using a "keystore" instead of just pem encoded certs.
so we'll have to emit those from premain.
Describe your solution
(https://github.com/pavlo-v-chernykh/keystore-go) could be used to provide the nessesary template func
something like