From 73e8b2aec1404b6c7f8c413aa3250a97e60db8e9 Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Wed, 16 Dec 2015 15:50:54 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20HTTPS=E7=9B=B8=E5=85=B3=E6=95=99?= =?UTF-8?q?=E7=A8=8B=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HTTPS相关教程.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,打开,信任它