This commit is contained in:
Maximilian Hils 2014-11-13 23:03:06 +01:00
parent a325ae638b
commit 8cbb67ac70

View File

@ -71,6 +71,15 @@ For example, you can generate a certificate in this format using these instructi
</pre>
Using a custom certificate authority
------------------------------------
By default, mitmproxy will (generate and) use <samp>~/.mitmproxy/mitmproxy-ca.pem</samp> 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 <kbd>--confdir</kbd> option to mitmproxy.
mitmproxy will then look for <samp>mitmproxy-ca.pem</samp> in the specified directory. If no such file exists,
it will be generated automatically.
Installing the mitmproxy CA
---------------------------