aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall/java.html
diff options
context:
space:
mode:
authorJim Shaver <dcypherd@gmail.com>2015-03-17 00:26:42 -0400
committerJim Shaver <dcypherd@gmail.com>2015-03-17 00:26:42 -0400
commit968d94d4710616ebf94cde4f3c35d469e227e910 (patch)
tree4a1758db44d8b88c0e09ea16c3bb617df9a78011 /doc-src/certinstall/java.html
parent40c242c3f6e9de093f68ad3e1f8887ae49a28b84 (diff)
downloadmitmproxy-968d94d4710616ebf94cde4f3c35d469e227e910.tar.gz
mitmproxy-968d94d4710616ebf94cde4f3c35d469e227e910.tar.bz2
mitmproxy-968d94d4710616ebf94cde4f3c35d469e227e910.zip
Removes all of the platform specific certificate installation instructions.
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.
-