The Key i want to use to connect to couchbase is already in the default keystore of my jvm. Is there a way to just have the couchbase Environment file use that store instead and not have to pass one in at all?
I can do that, but there are some complications as the location isn’t always the same depending on my environment.
When making https calls from other libraries it is enough that the signature is present in the keystore of the jvm, so i was curious if there was a way to make this happen with the couchbase SDK.
As far as I know there is no easy way to find out the location of the used keystore (if you know one let me know), which makes it quite hard for built-in functionality. In your application what you can think of is passing the location from a system property then your app is standardized across environments and you just change the property.