Updated HTTPS相关教程 (markdown)

Otto Mao 2015-03-31 10:11:28 +08:00
parent 15bfec3fc4
commit 8adcdf24c1

@ -6,7 +6,7 @@ AnyProxy解析HTTPS的原理是自制根证书rootCA待终端信任这
#### Step 1 - 安装openSSL
* OSX系统自带了openSSL可以略过这步
* Windows用户可以参考openSSL的安装教程[http://wiki.openssl.org/index.php/Compilation_and_Installation](http://wiki.openssl.org/index.php/Compilation_and_Installation) ,或者直接使用二进制版本:[https://www.openssl.org/related/binaries.html](https://www.openssl.org/related/binaries.html)
* Windows用户可以参考openSSL的安装教程[http://wiki.openssl.org/index.php/Compilation_and_Installation](http://wiki.openssl.org/index.php/Compilation_and_Installation) ,或者直接使用二进制版本来快速安装:[https://www.openssl.org/related/binaries.html](https://www.openssl.org/related/binaries.html)
* 安装完成后可以通过``openssl version -a ``看到安装情况。
#### Step 2 - 生成RootCA打开信任它