doc: Update doc
This commit is contained in:
parent
7d709fa3ff
commit
04c13560de
|
@ -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
|
has global IP address which can be accessible from Android device, you
|
||||||
can use your home PC as SPDY proxy temporarily for the experiment.
|
can use your home PC as SPDY proxy temporarily for the experiment.
|
||||||
The self-signed certificate is OK because we will run ``shrpx`` with
|
The self-signed certificate is OK because we will run ``shrpx`` with
|
||||||
``-k`` option on Android. If you think this is insecure, obtain valid
|
``-k`` option on Android in this example. Alternatively, you can store
|
||||||
certificate.
|
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
|
Building spdylay library and shrpx
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
Loading…
Reference in New Issue