From ed6485498bdea89d27b1985e130f8b4ee0d70d62 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 24 Jan 2015 00:41:22 +0100 Subject: [PATCH] README --- README.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index dea495b0..4c910b11 100644 --- a/README.rst +++ b/README.rst @@ -645,7 +645,8 @@ To skip the **host's SSL certificate verification,** you can pass $ http --verify=no https://example.org -You can also use ``--verify=`` to set a custom CA bundle path: +You can also use ``--verify=`` to set a **custom CA bundle** +path: .. code-block:: bash @@ -671,7 +672,7 @@ the path of the cert file with ``--cert``: $ http --cert=client.pem https://example.org -If the private key is not contained in the cert file you may pass the +If the **private key** is not contained in the cert file you may pass the path of the key file with ``--cert-key``: .. code-block:: bash @@ -683,8 +684,9 @@ path of the key file with ``--cert-key``: SNI (Server Name Indication) ---------------------------- -If you use HTTPie with Python < 2.7.9 and need to talk to servers that use -**SNI (Server Name Indication)** you need to install some additional +If you use HTTPie with Python < 2.7.9 +(can be verified with ``python --version``) and need to talk to servers that +use **SNI (Server Name Indication)** you need to install some additional dependencies: .. code-block:: bash