Hi,
we’re running a Opensearch Cluster with TLS and want to connect with our Spring Boot application to it.
We have a sidecar that generates the client keystore for us. Since the certs inside the Keystore expire at one point we’re currently trying to figure out how to reload the keystore in dynamic way?
As far as we know there is no good way to reload the keystore, does this mean I need to restart my application when certs in the keystore are about to expire?
Does any one have a smarte solution for this?