Home
last modified time | relevance | path

Searched refs:sslCert (Results 1 – 1 of 1) sorted by path

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php125 private $sslCert = null; variable in Elasticsearch\\ClientBuilder
530 $this->sslCert = [$cert, $password];
597 if (isset($this->sslCert)) {
598 $sslOptions['cert'] = $this->sslCert;