From 8cbb67ac70772ac141fe1891e5fd47dd1cbc978c Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 13 Nov 2014 23:03:06 +0100 Subject: docs++ --- doc-src/ssl.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc-src') diff --git a/doc-src/ssl.html b/doc-src/ssl.html index 16aed1dc..3fa0e070 100644 --- a/doc-src/ssl.html +++ b/doc-src/ssl.html @@ -71,6 +71,15 @@ For example, you can generate a certificate in this format using these instructi +Using a custom certificate authority +------------------------------------ + +By default, mitmproxy will (generate and) use ~/.mitmproxy/mitmproxy-ca.pem as the default certificate +authority to generate certificates for all domains for which no custom certificate is provided (see above). +You can use your own certificate authority by passing the --confdir option to mitmproxy. +mitmproxy will then look for mitmproxy-ca.pem in the specified directory. If no such file exists, +it will be generated automatically. + Installing the mitmproxy CA --------------------------- -- cgit v1.2.3