From f48deaaa9d9a00d789d36c81dde2b842106095d7 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 19 Sep 2017 14:50:08 +0200 Subject: [PATCH] Update README.md --- etc/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/etc/README.md b/etc/README.md index 06a1bf3..1770687 100644 --- a/etc/README.md +++ b/etc/README.md @@ -5,17 +5,7 @@ The certificate stores were retrieved by * Mozilla; see https://curl.haxx.se/docs/caextract.html * Linux: Just copied from an up-to-date Linux machine -* Microsoft: For Windows >= 7/2008 Microsoft decided not to provide - a full certificate store by default or via update as all other OS do. - It's being populated with time -- supposed you use e.g. IE while browsing. - Thus this file is smaller as the others. - This store was destilled from three different windows installations via - "certmgr.msc". It's a PKCS7 export of "Trusted Root Certification Authorities" - and the Third Party Store. - Feedback is welcome, see #825. - It's still behind what MS publishes what [should be included](http://social.technet.microsoft.com/wiki/contents/articles/31634.microsoft-trusted-root-certificate-program-participants-v-2016-april.aspx). - Unfortunately there doesn't seem to be store to DL. Let me know if - you have a pointer +* Microsoft: Following command pulls all certificates from Windows Update services: (see also http://aka.ms/RootCertDownload, https://technet.microsoft.com/en-us/library/dn265983(v=ws.11).aspx#BKMK_CertUtilOptions): ``CertUtil -syncWithWU -f -f . ``. * Apple: It comes from Apple OS X keychain app. Open Keychain Access utility, i.e. In the Finder window, under Favorites --> "Applications" --> "Utilities" (OR perform a Spotlight Search for Keychain Access)