aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/certinstall')
-rw-r--r--doc-src/certinstall/firefox.html24
-rw-r--r--doc-src/certinstall/ios.html19
-rw-r--r--doc-src/certinstall/osx.html13
-rw-r--r--doc-src/certinstall/windows7.html29
4 files changed, 54 insertions, 31 deletions
diff --git a/doc-src/certinstall/firefox.html b/doc-src/certinstall/firefox.html
index a107aebc..2b299868 100644
--- a/doc-src/certinstall/firefox.html
+++ b/doc-src/certinstall/firefox.html
@@ -1,19 +1,23 @@
How to install the __mitmproxy__ certificate authority in Firefox:
-### 1. If needed, copy the ~/.mitmproxy/mitmproxy-ca-cert.pem file to the target.
+<ol>
+ <li> If needed, copy the ~/.mitmproxy/mitmproxy-ca-cert.pem file to the target. </li>
-### 2: Open preferences, click on "Advanced", then select"Encryption":
+ <li>Open preferences, click on "Advanced", then select"Encryption":
+ <img src="@!urlTo('firefox3.jpg')!@"/>
+ </li>
-<img src="@!urlTo('firefox3.jpg')!@"/>
+ <li> Click "View Certificates", "Import", and select the certificate file:
+ <img src="@!urlTo('firefox3-import.jpg')!@"/>
+ </li>
-### 3: Click "View Certificates", "Import", and select the certificate file:
+ <li>Tick "Trust this CS to identify web sites", and click "Ok":
+ <img src="@!urlTo('firefox3-trust.jpg')!@"/>
+ </li>
-<img src="@!urlTo('firefox3-import.jpg')!@"/>
+ <li> You should now see the mitmproxy certificate listed in the Authorities
+ tab.</li>
-### 4: Tick "Trust this CS to identify web sites", and click "Ok":
-
-<img src="@!urlTo('firefox3-trust.jpg')!@"/>
-
-You should now see the mitmproxy certificate listed in the Authorities tab.
+</ol>
diff --git a/doc-src/certinstall/ios.html b/doc-src/certinstall/ios.html
index d306dfc6..81e2cce6 100644
--- a/doc-src/certinstall/ios.html
+++ b/doc-src/certinstall/ios.html
@@ -1,18 +1,21 @@
How to install the __mitmproxy__ certificate authority on IOS devices:
-### 1: Set up the Mail app on the device to receive email.
+<ol>
+ <li>Set up the Mail app on the device to receive email.</li>
-### 2: Mail the mitmproxy-ca-cert.pem file to the device, and tap on the attachment.
+ <li>Mail the mitmproxy-ca-cert.pem file to the device, and tap on the attachment.</li>
-### 3: You will be prompted to install a profile. Click "Install":
+ <li>You will be prompted to install a profile. Click "Install":
-<img src="@!urlTo('ios-profile.png')!@"/>
+ <img src="@!urlTo('ios-profile.png')!@"/></li>
-### 4: Accept the warning by clicking "Install" again:
+ <li>Accept the warning by clicking "Install" again:
-<img src="@!urlTo('ios-warning.png')!@"/>
+ <img src="@!urlTo('ios-warning.png')!@"/></li>
-### 5: The certificate should now be trusted:
+ <li>The certificate should now be trusted:
-<img src="@!urlTo('ios-installed.png')!@"/>
+ <img src="@!urlTo('ios-installed.png')!@"/></li>
+
+</ol>
diff --git a/doc-src/certinstall/osx.html b/doc-src/certinstall/osx.html
index 465ada43..61e4be71 100644
--- a/doc-src/certinstall/osx.html
+++ b/doc-src/certinstall/osx.html
@@ -1,13 +1,16 @@
How to install the __mitmproxy__ certificate authority in OSX:
-### 1: Open Finder, and double-click on the mitmproxy-ca-cert.pem file.
+<ol>
+ <li>Open Finder, and double-click on the mitmproxy-ca-cert.pem file.</li>
-### 2: You will be prompted to add the certificate. Click "Always Trust":
+ <li>You will be prompted to add the certificate. Click "Always Trust":
-<img src="@!urlTo('osx-addcert-alwaystrust.png')!@"/>
+ <img src="@!urlTo('osx-addcert-alwaystrust.png')!@"/>
+ </li>
-You may be prompted for your password. You should now see the mitmproxy cert
-listed under "Certificates".
+ <li> You may be prompted for your password. You should now see the
+ mitmproxy cert listed under "Certificates".</li>
+</ol>
diff --git a/doc-src/certinstall/windows7.html b/doc-src/certinstall/windows7.html
index 7c2bb3ef..7a2414a2 100644
--- a/doc-src/certinstall/windows7.html
+++ b/doc-src/certinstall/windows7.html
@@ -1,19 +1,32 @@
How to install the __mitmproxy__ certificate authority in Windows 7:
-### 1: Copy the ~/.mitmproxy/mitmproxy-ca-cert.p12 file to the target system.
+<ol>
-### 2: Double-click the certificate file. You should see a certificate import wizard:
+ <li> Copy the ~/.mitmproxy/mitmproxy-ca-cert.p12 file to the target system. </li>
-<img src="@!urlTo('win7-wizard.png')!@"/>
+ <li>
+ Double-click the certificate file. You should see a certificate import wizard:
-### 3: Click "Next" until you're prompted for the certificate store:
+ <img src="@!urlTo('win7-wizard.png')!@"/>
+ </li>
-<img src="@!urlTo('win7-certstore.png')!@"/>
+ <li>
+ Click "Next" until you're prompted for the certificate store:
-### 4: Select "Place all certificates in the following store", and select "Trusted Root Certification Authorities":
+ <img src="@!urlTo('win7-certstore.png')!@"/>
-<img src="@!urlTo('win7-certstore-trustedroot.png')!@"/>
+ </li>
-### 5: Click "Next" and "Finish".
+
+ <li>
+ <p>Select "Place all certificates in the following store", and select "Trusted Root Certification Authorities":</p>
+
+ <img src="@!urlTo('win7-certstore-trustedroot.png')!@"/>
+
+ </li>
+
+ <li> Click "Next" and "Finish". </li>
+
+</ol>