aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/transparent
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-18 12:05:29 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-18 12:05:29 +1200
commita9f6d53562b8020b87a8feaba2ac1d16d0d869ee (patch)
tree35ce65c646cccfdb215c22face33e3fca3763d23 /doc-src/transparent
parentb098556e60719bc725a3c298619f7d78f5934182 (diff)
downloadmitmproxy-a9f6d53562b8020b87a8feaba2ac1d16d0d869ee.tar.gz
mitmproxy-a9f6d53562b8020b87a8feaba2ac1d16d0d869ee.tar.bz2
mitmproxy-a9f6d53562b8020b87a8feaba2ac1d16d0d869ee.zip
certificate docs: reorg, wording, tweaks
Diffstat (limited to 'doc-src/transparent')
-rw-r--r--doc-src/transparent/linux.html4
-rw-r--r--doc-src/transparent/osx.html5
2 files changed, 3 insertions, 6 deletions
diff --git a/doc-src/transparent/linux.html b/doc-src/transparent/linux.html
index 7c01931d..d4b490c7 100644
--- a/doc-src/transparent/linux.html
+++ b/doc-src/transparent/linux.html
@@ -3,7 +3,7 @@ achieve transparent mode.
<ol class="tlist">
- <li> <a href="@!urlTo('ssl.html')!@">Install the mitmproxy
+ <li> <a href="@!urlTo('certinstall.html')!@">Install the mitmproxy
certificates on the test device</a>. </li>
<li> Enable IP forwarding:
@@ -31,7 +31,7 @@ achieve transparent mode.
<pre class="terminal">iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8080</pre>
-
+
</li>
<li> Fire up mitmproxy. You probably want a command like this:
diff --git a/doc-src/transparent/osx.html b/doc-src/transparent/osx.html
index c1ae823d..c8eb6c4e 100644
--- a/doc-src/transparent/osx.html
+++ b/doc-src/transparent/osx.html
@@ -7,7 +7,7 @@ OSX.
<ol class="tlist">
- <li> <a href="@!urlTo('ssl.html')!@">Install the mitmproxy
+ <li> <a href="@!urlTo('certinstall.html')!@">Install the mitmproxy
certificates on the test device</a>. </li>
<li> Enable IP forwarding:
@@ -76,6 +76,3 @@ want to intercept your OSX traffic, you should use an external host to run
mitmproxy. None the less, pf is flexible to cater for a range of creative
possibilities, like intercepting traffic emanating from VMs. See the
**pf.conf** man page for more.
-
-
-