mirror of https://github.com/MISP/PyMISP
Point to right anchor for client side certificates
parent
6a3b05fd25
commit
079048545c
|
@ -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
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue