Skip to content

Commit

Permalink
Update security.asciidoc
Browse files Browse the repository at this point in the history
Fixed bad callouts in security.asciidoc
  • Loading branch information
clintongormley committed Jan 13, 2015
1 parent 294fcb9 commit bd9a0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/security.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ $params['guzzleOptions'] = array(
\Guzzle\Http\Client::CURL_OPTIONS => [
CURLOPT_SSL_VERIFYPEER => true,
CURLOPT_SSL_VERIFYHOST => 2,
CURLOPT_CAINFO => 'cacert.pem', <3>
CURLOPT_SSLCERTTYPE => 'PEM', <4>
CURLOPT_CAINFO => 'cacert.pem', <1>
CURLOPT_SSLCERTTYPE => 'PEM', <2>
]
);
$client = new Elasticsearch\Client($params);
Expand Down Expand Up @@ -193,4 +193,4 @@ $params['guzzleOptions'] = array(
]
);
$client = new Elasticsearch\Client($params);
----
----

0 comments on commit bd9a0a8

Please sign in to comment.