Hello, I am trying to set up ssl mutual authentication for the external rest endpoints, following this doc <https://nightlies.apache.org/flink/flink-docs-release-1.13/docs/deployment/security/security-ssl/#keystores-and-truststores>. But it looks like currently flink expects the same exact path for keystore/truststore to be present on both client and server sides. Unfortunately with the current production setup we have, we cannot have the key/trustore under the same path on both client and the server. Can anyone recommend a way around this? Ideally it would have been nice to have something like security.ssl.rest. *server*.keystore and security.ssl.rest.*client*.keystore, but any pointers here is appreciated.
Thanks, Rahul