diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-11-13 23:03:06 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-11-13 23:03:06 +0100 |
commit | 8cbb67ac70772ac141fe1891e5fd47dd1cbc978c (patch) | |
tree | 3bf80b509b1b0e4f12b39e2f32a4ca63a14be14c | |
parent | a325ae638b07a8a08018403e57c05ab8d4119161 (diff) | |
download | mitmproxy-8cbb67ac70772ac141fe1891e5fd47dd1cbc978c.tar.gz mitmproxy-8cbb67ac70772ac141fe1891e5fd47dd1cbc978c.tar.bz2 mitmproxy-8cbb67ac70772ac141fe1891e5fd47dd1cbc978c.zip |
docs++
-rw-r--r-- | doc-src/ssl.html | 9 |
1 files changed, 9 insertions, 0 deletions
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 </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 --------------------------- |