mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-23 15:51:25 +00:00
update doc for https features
This commit is contained in:
parent
3a4955e92c
commit
718f8cde0b
@ -32,7 +32,6 @@ Usage
|
|||||||
### step 0 - setup env
|
### step 0 - setup env
|
||||||
|
|
||||||
* install [NodeJS](http://nodejs.org/)
|
* 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
|
### step 1 - install
|
||||||
|
|
||||||
@ -47,6 +46,9 @@ Usage
|
|||||||
|
|
||||||
Using https features
|
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
|
### generate a rootCA and trust it
|
||||||
* you should do this when it is the first time to start anyproxy
|
* you should do this when it is the first time to start anyproxy
|
||||||
* execute ``anyproxy --root`` ,follow the instructions on screen
|
* execute ``anyproxy --root`` ,follow the instructions on screen
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "anyproxy",
|
"name": "anyproxy",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
|
"description": "another proxy written in NODEJS, which can handle HTTPS requests and CROS perfectly",
|
||||||
"main": "proxy.js",
|
"main": "proxy.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user