We have a requirement to store custom Java trust store file in S3 bucket and have various applications refer that common trust store by using JVM argument-Djavax.net.ssl.trustStore
Giving S3 bucket location is not working for us
Djavax.net.ssl.trustStore=<s3 bucket location for Java trust store path>
All the apps are containerized and we have set above JVM parameters in docker file.