Skip to content
Snippets Groups Projects
Commit f45fcce2 authored by chengr28's avatar chengr28
Browse files

2014-10-03

Fix file name.
parent be62db77
No related branches found
No related tags found
No related merge requests found
......@@ -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
* `工具` - `选项` - `高级` - `证书` - `查看证书`
* 点击进入需要禁用的证书,直接点击 `删除或不信任` 按钮即可
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment