aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/java.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-18 11:23:45 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-18 11:23:45 +1200
commitb098556e60719bc725a3c298619f7d78f5934182 (patch)
treec4aedb609d0db33ab00659b66cec0335670e2f7c /doc-src/certinstall/java.html
parent14341ffa19ccccb7ba946ad530c41d61b488124e (diff)
parentd4766d8bd03dfaf29bda5860d52d11a8a877a10e (diff)
downloadmitmproxy-b098556e60719bc725a3c298619f7d78f5934182.tar.gz
mitmproxy-b098556e60719bc725a3c298619f7d78f5934182.tar.bz2
mitmproxy-b098556e60719bc725a3c298619f7d78f5934182.zip
Merge branch 'ssldocs' of https://github.com/elitest/mitmproxy into elitest-ssldocs
Diffstat (limited to 'doc-src/certinstall/java.html')
-rw-r--r--doc-src/certinstall/java.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc-src/certinstall/java.html b/doc-src/certinstall/java.html
deleted file mode 100644
index f6420991..00000000
--- a/doc-src/certinstall/java.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-You can add the mitmproxy certificates to the Java trust store using
-[keytool](http://docs.oracle.com/javase/6/docs/technotes/tools/solaris/keytool.html).
-On OSX, the required command looks like this:
-
-<pre class="terminal">
-sudo keytool -importcert -alias mitmproxy -storepass "password" \
--keystore /System/Library/Java/Support/CoreDeploy.bundle/Contents/Home/lib/security/cacerts \
--trustcacerts -file ~/.mitmproxy/mitmproxy-ca-cert.pem
-</pre>
-
-Note that your store password will (hopefully) be different from the one above.
-