doc: Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2013-03-24 21:24:14 +09:00
parent 7d709fa3ff
commit 04c13560de
1 changed files with 3 additions and 2 deletions

View File

@ -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
----------------------------------