From f45fcce21af5cef150d62738d27ecd676194d16d Mon Sep 17 00:00:00 2001
From: chengr28 <chengr28@gmail.com>
Date: Fri, 3 Oct 2014 20:58:40 +0800
Subject: [PATCH] 2014-10-03

Fix file name.
---
 README.md                                       |   4 ++--
 Windows/AntiChinaCerts_All.bat                  |  16 ++++++++--------
 ...rtification_Authority_Of_WoSign_Chinese.crt} |   0
 .../{ => Certs}/Microsoft_Fixit_20135.diagcab   | Bin
 Windows/{ => Certs}/Microsoft_Fixit_51014.msi   | Bin
 5 files changed, 10 insertions(+), 10 deletions(-)
 rename Windows/Certs/{Certification_Authority_Of_WoSign(Chinese).crt => Certification_Authority_Of_WoSign_Chinese.crt} (100%)
 rename Windows/{ => Certs}/Microsoft_Fixit_20135.diagcab (100%)
 rename Windows/{ => Certs}/Microsoft_Fixit_51014.msi (100%)

diff --git a/README.md b/README.md
index f7a5970..d890af4 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Anti China Certifications.
 
 ### 方法
 * Windows
-    * 直接选择运行在 Windows 目录里的批处理,建议 **使用 Extended 版本**
+    * 直接选择运行在 Windows 目录里的批处理,**建议使用 Extended 版本**
     * Base 版本直接运行 AntiChinaCerts_Base.bat 而 Extended 版本直接运行 AntiChinaCerts_Extended.bat 也即 Extended 版本扩展了 Base 版本,而 AntiChinaCerts_All.bat 也即 All 版本则包含了所有列表中的证书。具体的根证书列表参见涉及的CA根证书的介绍
     * 操作完毕建议清空所有浏览器数据和系统缓存,并重启网络连接
 * Linux
@@ -22,7 +22,7 @@ Anti China Certifications.
     * 手动操作
         * `实用工具` - `钥匙串访问` - 在 `钥匙串` 中选择 `系统根证书`
         * 点击进入需要禁用的证书,展开 `信任` 标签并在 `使用此证书时` 下拉菜单选择 `永不信任` 并关闭即可
-        * 操作完毕建议清空所有浏览器数据和系统缓存,并重启网络连接
+    * 操作完毕建议清空所有浏览器数据和系统缓存,并重启网络连接
 * Firefox
     * `工具` - `选项` - `高级` - `证书` - `查看证书`
     * 点击进入需要禁用的证书,直接点击 `删除或不信任` 按钮即可
diff --git a/Windows/AntiChinaCerts_All.bat b/Windows/AntiChinaCerts_All.bat
index a4421ee..59f135c 100644
--- a/Windows/AntiChinaCerts_All.bat
+++ b/Windows/AntiChinaCerts_All.bat
@@ -93,11 +93,11 @@ CertMgr_x86 -add -c UCA_EV_Root.crt -s Disallowed
 CertMgr_x86 -add -c ROOTCA.crt -s Disallowed
 CertMgr_x86 -add -c SRCA.crt -s Disallowed
 CertMgr_x86 -add -c Certification_Authority_Of_WoSign.crt -s Disallowed
-CertMgr_x86 -add -c Certification_Authority_Of_WoSign(Chinese).crt -s Disallowed
+CertMgr_x86 -add -c Certification_Authority_Of_WoSign_Chinese.crt -s Disallowed
 CertMgr_x86 -add -c Class_1_Primary_CA -s Disallowed
-CertMgr_x86 -add -c China_Trust_Network_1.crt
-CertMgr_x86 -add -c China_Trust_Network_2.crt
-CertMgr_x86 -add -c China_Trust_Network_3.crt
+CertMgr_x86 -add -c China_Trust_Network_1.crt -s Disallowed
+CertMgr_x86 -add -c China_Trust_Network_2.crt -s Disallowed
+CertMgr_x86 -add -c China_Trust_Network_3.crt -s Disallowed
 
 goto Exit
 
@@ -178,11 +178,11 @@ CertMgr -add -c UCA_EV_Root.crt -s Disallowed
 CertMgr -add -c ROOTCA.crt -s Disallowed
 CertMgr -add -c SRCA.crt -s Disallowed
 CertMgr -add -c Certification_Authority_Of_WoSign.crt -s Disallowed
-CertMgr -add -c Certification_Authority_Of_WoSign(Chinese).crt -s Disallowed
+CertMgr -add -c Certification_Authority_Of_WoSign_Chinese.crt -s Disallowed
 CertMgr -add -c Class_1_Primary_CA -s Disallowed
-CertMgr -add -c China_Trust_Network_1.crt
-CertMgr -add -c China_Trust_Network_2.crt
-CertMgr -add -c China_Trust_Network_3.crt
+CertMgr -add -c China_Trust_Network_1.crt -s Disallowed
+CertMgr -add -c China_Trust_Network_2.crt -s Disallowed
+CertMgr -add -c China_Trust_Network_3.crt -s Disallowed
 
 :Exit
 :: Print to screen.
diff --git a/Windows/Certs/Certification_Authority_Of_WoSign(Chinese).crt b/Windows/Certs/Certification_Authority_Of_WoSign_Chinese.crt
similarity index 100%
rename from Windows/Certs/Certification_Authority_Of_WoSign(Chinese).crt
rename to Windows/Certs/Certification_Authority_Of_WoSign_Chinese.crt
diff --git a/Windows/Microsoft_Fixit_20135.diagcab b/Windows/Certs/Microsoft_Fixit_20135.diagcab
similarity index 100%
rename from Windows/Microsoft_Fixit_20135.diagcab
rename to Windows/Certs/Microsoft_Fixit_20135.diagcab
diff --git a/Windows/Microsoft_Fixit_51014.msi b/Windows/Certs/Microsoft_Fixit_51014.msi
similarity index 100%
rename from Windows/Microsoft_Fixit_51014.msi
rename to Windows/Certs/Microsoft_Fixit_51014.msi
-- 
GitLab