diff options
Diffstat (limited to 'doc-src/ssl.html')
-rw-r--r-- | doc-src/ssl.html | 7 |
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 |