A workaround for the current lack of HashiCorp or other vault support.
To externalize the Java trust store from the Hazelcast Docker container, allowing updates to the trust store without the need to rebuild the Docker image.
- Create an External Volume for the Trust Store:
- When running the Hazelcast Docker container, you can mount an external directory from the host system as a volume. This directory will hold the trust store (e.g., cacerts).