Skip to content

Commit ac99fbe

Browse files
authored
Merge pull request #1773 from drwetter/ca-update
Update certificate stores
2 parents 2c4799e + ce80263 commit ac99fbe

7 files changed

Lines changed: 3308 additions & 2933 deletions

File tree

etc/Apple.pem

Lines changed: 173 additions & 304 deletions
Large diffs are not rendered by default.

etc/Java.pem

Lines changed: 2066 additions & 1933 deletions
Large diffs are not rendered by default.

etc/Linux.pem

Lines changed: 328 additions & 357 deletions
Large diffs are not rendered by default.

etc/Microsoft.pem

Lines changed: 556 additions & 142 deletions
Large diffs are not rendered by default.

etc/Mozilla.pem

Lines changed: 160 additions & 191 deletions
Large diffs are not rendered by default.

etc/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The certificate trust stores were retrieved from
55

66
* **Linux:** Copied from an up-to-date Debian Linux machine
77
* **Mozilla:** https://curl.haxx.se/docs/caextract.html
8-
* **Java:** extracted (``keytool -list -rfc -keystore <file> | grep -E -v '^$|^\*\*\*\*\*|^Entry |^Creation |^Alias '``) from a JRE 8 from https://jdk.java.net/ (previously JRE keystore extracted from $JAVA_HOME/jre/lib/security/cacerts using Linux)
8+
* **Java:** extracted (``keytool -list -rfc -keystore lib/security/cacerts | grep -E -v '^$|^\*\*\*\*\*|^Entry |^Creation |^Alias '``) from a JDK 15 from https://jdk.java.net/. (use dos2unix).
99
* **Microsoft:** Following command pulls all certificates from Windows Update services: ``CertUtil -syncWithWU -f -f . `` (see also http://aka.ms/RootCertDownload, https://technet.microsoft.com/en-us/library/dn265983(v=ws.11).aspx#BKMK_CertUtilOptions).
1010
* **Apple:**
1111
1. __System:__ from Apple OS X keychain app. Open Keychain Access utility, i.e.
@@ -14,7 +14,8 @@ The certificate trust stores were retrieved from
1414
--> "Keychain Access" (2 click). In that window --> "Keychains" --> "System"
1515
--> "Category" --> "All Items"
1616
Select all CA certificates except for Developer ID Certification Authority, "File" --> "Export Items"
17-
2. __Internet:__ Pick the latest subdir from https://opensource.apple.com/source/security_certificates/. They are in DER format despite their file extension.
17+
2. __Internet:__ Pick the latest subdir (=highest number) from https://opensource.apple.com/source/security_certificates/. They are in DER format despite their file extension. Download them with ``wget --level=1 --cut-dirs=5 --mirror --convert-links --adjust-extension --page-requisites --no-parent https://opensource.apple.com/source/security_certificates/security_certificates-*/certificates/roots/``
18+
1819

1920
Google Chromium uses basically the trust stores above, see https://www.chromium.org/Home/chromium-security/root-ca-policy.
2021

etc/ca_hashes.txt

Lines changed: 22 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)