项目作者: i81b4u

项目描述 :
Replace/renew all Microsoft Third-party Root Certification Authorities certificates
高级语言:
项目地址: git://github.com/i81b4u/winroots.git
创建时间: 2018-09-24T18:43:30Z
项目社区:https://github.com/i81b4u/winroots

开源协议:

下载


winroots

Use at your own risk! While this procedure works for me, I can and will not guarantee it will work for you too!

To replace all Microsoft Third-party Root Certification Authorities certificates with certificates currently available in Mozilla’s trust store (https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt), follow these steps:

  1. On a Linux box, md and cd into a directory where files will be downloaded/created;
  2. Execute (the commands in) gencabundle (wget, perl and openssl needed);
  3. Transfer ca-bundle.p7b to the Windows box;
  4. Start a powershell with administrator rights;
  5. Execute (the commands in) newrootswin while making sure that ca-bundle.p7b is in the current directory;
  6. Done.