mirror of https://github.com/MISP/PyMISP
Update documentation for client side certificate
parent
7baa1fb71d
commit
0b0905d0e7
|
@ -99,6 +99,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: print all the messages received from the server
|
||||
:param proxies: Proxy dict as describes here: http://docs.python-requests.org/en/master/user/advanced/#proxies
|
||||
:param proxies: Client certificate, as described there: http://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification
|
||||
"""
|
||||
|
||||
# So it can may be accessed from the misp object.
|
||||
|
|
Loading…
Reference in New Issue