diff --git a/HTTPS相关教程.md b/HTTPS相关教程.md index 7bba72f..0f05627 100644 --- a/HTTPS相关教程.md +++ b/HTTPS相关教程.md @@ -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) * 安装完成后可以通过``openssl version -a ``看到安装情况。 #### Step 2 - 生成RootCA,打开,信任它