aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/certinstall
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/certinstall')
-rw-r--r--doc-src/certinstall/android.html13
-rw-r--r--doc-src/certinstall/index.py1
2 files changed, 14 insertions, 0 deletions
diff --git a/doc-src/certinstall/android.html b/doc-src/certinstall/android.html
new file mode 100644
index 00000000..388ede1a
--- /dev/null
+++ b/doc-src/certinstall/android.html
@@ -0,0 +1,13 @@
+
+The Android Proxy Problem
+-------------------------
+
+
+The Solution
+------------
+
+
+Step-by-step
+------------
+
+
diff --git a/doc-src/certinstall/index.py b/doc-src/certinstall/index.py
index c3893bcb..8ba3b7df 100644
--- a/doc-src/certinstall/index.py
+++ b/doc-src/certinstall/index.py
@@ -5,4 +5,5 @@ pages = [
Page("osx.html", "OSX"),
Page("windows7.html", "Windows 7"),
Page("ios.html", "IOS"),
+ Page("android.html", "Android"),
]