Hello, I am trying to configure TLS communication for a Flink cluster running on Kubernetes. I am currently using the BCFKS format and setting that as default via javax.net.ssl.keystoretype and javax.net.ssl.truststoretype (which are injected in the environment variable FLINK_ENV_JAVA_OPTS). The task manager is failing with "Invalid Keystore format", so I'm wondering if there are special limitations with regards to supported TLS configurations?
Regards, Alexis.