From 04c13560de107b874f8d625b630e3b6859fd8268 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 24 Mar 2013 21:24:14 +0900 Subject: [PATCH] doc: Update doc --- doc/android-spdy-proxy.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/android-spdy-proxy.rst b/doc/android-spdy-proxy.rst index 6009541..0ee4d79 100644 --- a/doc/android-spdy-proxy.rst +++ b/doc/android-spdy-proxy.rst @@ -18,8 +18,9 @@ also work. If you don't have VPS, but your home internet connection has global IP address which can be accessible from Android device, you can use your home PC as SPDY proxy temporarily for the experiment. The self-signed certificate is OK because we will run ``shrpx`` with -``-k`` option on Android. If you think this is insecure, obtain valid -certificate. +``-k`` option on Android in this example. Alternatively, you can store +your certificate in Android device and specify it using ``--cacert`` +option. If you think these are insecure, obtain valid certificate. Building spdylay library and shrpx ----------------------------------