You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: etc/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ The certificate trust stores were retrieved from
10
10
***Apple:**
11
11
1.__System:__ from Apple OS X keychain app. Open Keychain Access utility, i.e.
12
12
In the Finder window, under Favorites --> "Applications" --> "Utilities"
13
-
(OR perform a Spotlight Search for Keychain Access)
14
-
--> "Keychain Access" (2 click). In that window --> "Keychains" --> "System"
13
+
(OR perform a Spotlight Search for "Keychain Access")
14
+
--> "Keychain Access" (2 click). In that window --> "Keychains" --> "System Root"
15
15
--> "Category" --> "All Items"
16
-
Select all CA certificates except for Developer ID Certification Authority, "File" --> "Export Items"
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/``
16
+
Select all CA certificates except for "Developer ID Certification Authority", omit expired ones, "File" --> "Export Items"
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-<latest>/certificates/roots/``
18
18
19
19
20
20
Google Chromium uses basically the trust stores above, see https://www.chromium.org/Home/chromium-security/root-ca-policy.
0 commit comments