I have configured ELK stack with X-pack enabled. Now I am trying to configured elasticsearch curator. Which certificates should I define for SSL communication between Curator and ElasticSearch. I have only certificates which were generated (PKC#12) format certificates using elasticsearch-certutil.
use_ssl: False
certificate:
client_cert:
client_key:
ssl_no_validate: False
```