document --cert and --certkey

This commit is contained in:
Matthias Lehmann 2014-02-05 12:51:05 +01:00
parent a3aae12d9c
commit dd7197c60b

View File

@ -615,6 +615,10 @@ To skip the host's SSL certificate verification, you can pass ``--verify=no``
path. The path can also be configured via the environment variable
``REQUESTS_CA_BUNDLE``.
To use a client side certificate for the SSL communication, you can pass the
path of the cert file with ``--cert``. If the private key is not contained
in the cert file you may pass the path of the key file with ``--certkey``.
==============
Output Options