mirror of
https://github.com/httpie/cli.git
synced 2024-11-25 17:23:25 +01:00
document --cert and --certkey
This commit is contained in:
parent
a3aae12d9c
commit
dd7197c60b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user