EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
63 stars 19 forks source link

Interface for Certificate Input #198

Closed rmfaheem closed 10 months ago

rmfaheem commented 1 year ago

The Java client only supports using the default JVM truststore.

On Containers, it can be cumbersome to load certificates into the trust store. Can it be made possible to provide an interface for streaming the certificates and keys into the client application?

Source Ticket: 110542