aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
authorsentient07 <vxrram95@gmail.com>2015-03-03 21:32:54 +0530
committersentient07 <vxrram95@gmail.com>2015-03-03 21:32:54 +0530
commitff6bfba4a6a1c440018c4873d9edeb64da0f8e7f (patch)
tree1a8e5309f553462efe9f75c8bd7f0d9d49ba67d5 /doc-src
parente65a8659f00fb949d15f9af9fefd72df48abe9af (diff)
downloadmitmproxy-ff6bfba4a6a1c440018c4873d9edeb64da0f8e7f.tar.gz
mitmproxy-ff6bfba4a6a1c440018c4873d9edeb64da0f8e7f.tar.bz2
mitmproxy-ff6bfba4a6a1c440018c4873d9edeb64da0f8e7f.zip
Documentation for the client side certificate is added
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/ssl.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc-src/ssl.html b/doc-src/ssl.html
index 3fa0e070..d8ec3d4e 100644
--- a/doc-src/ssl.html
+++ b/doc-src/ssl.html
@@ -70,7 +70,10 @@ For example, you can generate a certificate in this format using these instructi
> mitmproxy --cert=cert.pem
</pre>
-
+Using a client side certificate
+------------------------------------
+You can use a client side certificate file by specifying the directory in which the certificate is present after this argument, "--client-certs". The certificate file should be in .pem format after the url of the website whose certificate you've specified. Suppose, for example you want to open mitmproxy.com with a client side certificate, your certificate file's name should be like "mitmproxy.com.pem".
+
Using a custom certificate authority
------------------------------------