cyberark/conjur-api-java

Support for Reading SSL Certs from an Environment Variable

Opened this issue · 0 comments

To improve container support for the conjur java api it would be helpful if the ResouceClient was able to load a custom SSLContext in the ClientBuilder that included the default "cacerts" provided by java and the certificate chain being stored in an environment variable.

An example of how this can be implemented can be provided, if needed.