Skip to content

Commit

Permalink
Merge pull request #198 from RichieB2B/client-cert
Browse files Browse the repository at this point in the history
Point to right anchor for client side certificates
  • Loading branch information
Rafiot authored Feb 26, 2018
2 parents 7195c65 + 0790485 commit 4b50fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymisp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class PyMISP(object):
:param out_type: Type of object (json) NOTE: XML output isn't supported anymore, keeping the flag for compatibility reasons.
:param debug: Write all the debug information to stderr
:param proxies: Proxy dict as describes here: http://docs.python-requests.org/en/master/user/advanced/#proxies
:param cert: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification
:param cert: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#client-side-certificates
:param asynch: Use asynchronous processing where possible
"""

Expand Down

0 comments on commit 4b50fc4

Please sign in to comment.