I am running an elastic cluster 7.2.0 with xpack security.
Now in my case, Elasticsearch need to connect s3(through repository-s3 plugin) which runs on mTLS.
Where to add these s3 client certificates in elasticsearch ?
I tried to create a jvm keystore , and given keystore path as jvm parameters to elasticsearch. but it is not picking the client certificates when i trying to access s3 endpoint .
Can anyone please help me here.