From e1770d03ee2987dae86c9c45261881361fd3b400 Mon Sep 17 00:00:00 2001 From: Otto Mao Date: Wed, 1 Jul 2015 15:02:24 +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 f51981e..662ce61 100644 --- a/HTTPS相关教程.md +++ b/HTTPS相关教程.md @@ -38,5 +38,5 @@ AnyProxy解析HTTPS的原理是自制根证书(rootCA),待终端信任这 #### 其他 * ``anyproxy --clear``可以清除所有已生成的证书。清除后,各终端需要重新安装证书。 -* 日常开发中,*不要使用*``anyproxy --type https``来调试。AnyProxy使用https over http的方法来进行代理,而这条命令启动的是一个https代理服务器,两者使用场景完全不同。 +* 日常开发中,**不要使用**``anyproxy --type https``来调试。AnyProxy使用https over http的方法来进行代理,而这条命令启动的是一个https代理服务器,两者使用场景完全不同。