aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/index.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2011-03-18 16:45:31 +1300
committerAldo Cortesi <aldo@nullcube.com>2011-03-18 16:45:31 +1300
commite22fd74d06bf646e7da95cde8f7238763f081276 (patch)
tree46b8bd42a25a45066c80a7ed4204ac9db2777c04 /doc-src/index.html
parent3fbf343985cd1a957514ebcc54fee067c18b99ea (diff)
downloadmitmproxy-e22fd74d06bf646e7da95cde8f7238763f081276.tar.gz
mitmproxy-e22fd74d06bf646e7da95cde8f7238763f081276.tar.bz2
mitmproxy-e22fd74d06bf646e7da95cde8f7238763f081276.zip
Revamp key generation.
We now create three different files in the .mitmproxy directory when a dummy CA is made: mitmproxy-ca.pem - the CA, including private key mitmproxy-ca-cert.p12 - A pkcs12 version of the certificate, for distribution to Windows. mitmproxy-ca-cert.pem - A PEM version of the certificate, for distribution to everyone else.
Diffstat (limited to 'doc-src/index.html')
-rw-r--r--doc-src/index.html16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc-src/index.html b/doc-src/index.html
index 049528a6..56b35f47 100644
--- a/doc-src/index.html
+++ b/doc-src/index.html
@@ -1,15 +1,13 @@
* [Introduction](@!urlTo("intro.html")!@)
-* Concepts
- * [Client-side replay](@!urlTo("clientreplay.html")!@)
- * [Server-side replay](@!urlTo("serverreplay.html")!@)
- * [Sticky cookies](@!urlTo("stickycookies.html")!@)
- * [Anticache](@!urlTo("anticache.html")!@)
- * [Filter expressions](@!urlTo("filters.html")!@)
- * [Scripting API](@!urlTo("scripts.html")!@)
-* SSL
- * [Overview](@!urlTo("/ssl.html")!@)
+* [Client-side replay](@!urlTo("clientreplay.html")!@)
+* [Server-side replay](@!urlTo("serverreplay.html")!@)
+* [Sticky cookies](@!urlTo("stickycookies.html")!@)
+* [Anticache](@!urlTo("anticache.html")!@)
+* [Filter expressions](@!urlTo("filters.html")!@)
+* [Scripting API](@!urlTo("scripts.html")!@)
+* [SSL](@!urlTo("/ssl.html")!@)
* Browser certificate installation:
* [Firefox](@!urlTo("certinstall/firefox.html")!@)
* [Safari](@!urlTo("certinstall/safari.html")!@)