From d1440d646d556be543c1b6884db936d233ea9dbe Mon Sep 17 00:00:00 2001 From: Dirk <dirk@testssl.sh> Date: Thu, 17 Apr 2025 18:50:48 +0200 Subject: [PATCH] For better autoselction w mouse move comma --- etc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/README.md b/etc/README.md index 30ebcb6..db2a518 100644 --- a/etc/README.md +++ b/etc/README.md @@ -14,7 +14,7 @@ The certificate trust stores were retrieved from --> "Keychain Access" (2 click). In that window --> "Keychains" --> "System Root" --> "Category" --> "All Items" Select all CA certificates except for "Developer ID Certification Authority", omit expired ones, "File" --> "Export Items" - 2. __Internet:__ Clone https://github.com/apple-oss-distributions/security_certificates.git, cd to ``security_certificates/certificates/roots``, ``for f in *.*; do echo $f >/dev/stderr; openssl x509 -in $f -inform DER -outform PEM ;done >/tmp/Apple.pem`` + 2. __Internet:__ Clone https://github.com/apple-oss-distributions/security_certificates.git , cd to ``security_certificates/certificates/roots``, ``for f in *.*; do echo $f >/dev/stderr; openssl x509 -in $f -inform DER -outform PEM ;done >/tmp/Apple.pem`` Google Chromium uses basically the trust stores above, see https://www.chromium.org/Home/chromium-security/root-ca-policy.