TLS/SSL

class elasticsearch.client.SslClient(client)
Parameters:

client (BaseClient)

certificates(*, error_trace=None, filter_path=None, human=None, pretty=None)

Retrieves information about the X.509 certificates used to encrypt communications in the cluster.

https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-ssl.html

Parameters:
Return type:

ObjectApiResponse[Any]