Skip to content

Commit

Permalink
Update docs/user/advanced.rst
Browse files Browse the repository at this point in the history
Rephrasing a line in the docs, add explicite mention of "client side certificate" (for indexing and clarity)
  • Loading branch information
ekatsah committed Jan 30, 2013
1 parent 207a274 commit 79727ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Requests can also ignore verifying the SSL certficate if you set ``verify`` to F

By default, ``verify`` is set to True. Option ``verify`` only applies to host certs.

You can also specify the local cert file either as a path or key value pair::
You can also specify a local cert to use as client side certificate, as a single file (containing the private key and the certificate) or as a tuple of both file's path::

>>> requests.get('https://kennethreitz.com', cert=('/path/server.crt', '/path/key'))
<Response [200]>
Expand Down

0 comments on commit 79727ab

Please sign in to comment.