A newer version is available. For the latest information, see the
current release documentation.
--certificate
edit--certificate
editSummary
editAllows the use of a specified CA certificate file to validate the SSL certificate used by Elasticsearch.
Flags
edit-
--certificate
Path to certificate to use for SSL validation.
This flag must come before any command.
Example
editConnect to a cluster at https://example.com/
via SSL and verify the
certificate with the provided CA certificate file:
curator --host example.com --port 443 --use_ssl --certificate /path/to/cacert.pem <<command>> <<flags>>