Certificate details of Curator

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

```

Curator doesn't currently enable the use of PKC packaged certificates. You must extract them into PEM format with both a public and private key.

I recommend reading the certificate documentation, which is followed by instructions for client_cert and client_key.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.