aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/ssl.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-03-11 11:49:36 +1300
committerAldo Cortesi <aldo@nullcube.com>2013-03-11 11:49:36 +1300
commitc34d1e3de6483b1ab8a1a3add53fb84364c68249 (patch)
tree0e0ef7797b4ff25996374351056c9e40b771976b /doc-src/ssl.html
parent5ceef16486f71e28440f80799183190543f162f0 (diff)
downloadmitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.tar.gz
mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.tar.bz2
mitmproxy-c34d1e3de6483b1ab8a1a3add53fb84364c68249.zip
Docs, examples.
Diffstat (limited to 'doc-src/ssl.html')
-rw-r--r--doc-src/ssl.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc-src/ssl.html b/doc-src/ssl.html
index 7ee9438e..8708fe6f 100644
--- a/doc-src/ssl.html
+++ b/doc-src/ssl.html
@@ -3,7 +3,7 @@ The first time __mitmproxy__ or __mitmdump__ is started, the following set of
certificate files for a dummy Certificate Authority are created in the config
directory (~/.mitmproxy by default):
-<table>
+<table class="table">
<tr>
<td>mitmproxy-ca.pem</td>
<td>The private key and certificate in PEM format.</td>
@@ -17,6 +17,11 @@ directory (~/.mitmproxy by default):
<td>mitmproxy-ca-cert.p12</td>
<td>The certificate in PKCS12 format. For use on Windows.</td>
</tr>
+ <tr>
+ <td>mitmproxy-ca-cert.cer</td>
+ <td>Same file as .pem, but with an extension expected by some Android
+ devices.</td>
+ </tr>
</table>
This CA is used for on-the-fly generation of dummy certificates for SSL