update doc for https features

This commit is contained in:
加里 2014-08-21 17:41:54 +08:00
parent 3a4955e92c
commit 718f8cde0b
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,6 @@ Usage
### step 0 - setup env
* install [NodeJS](http://nodejs.org/)
* install [openssl](http://wiki.openssl.org/index.php/Compilation_and_Installation) ,if you want to use HTTPS-related features. After that, the command ``openssl`` should be exposed to your shell
### step 1 - install
@ -47,6 +46,9 @@ Usage
Using https features
----------------
### install openssl
* install [openssl](http://wiki.openssl.org/index.php/Compilation_and_Installation) ,if you want to use HTTPS-related features. After that, the command ``openssl`` should be exposed to your shell
### generate a rootCA and trust it
* you should do this when it is the first time to start anyproxy
* execute ``anyproxy --root`` ,follow the instructions on screen

View File

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "1.2.0",
"version": "1.2.1",
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
"main": "proxy.js",
"bin": {