mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-02-07 16:21:17 +01:00
fix missing semicolon in docs
This commit is contained in:
parent
65c18bed99
commit
42f20b59b1
@ -14,7 +14,7 @@ The certificate trust stores were retrieved from
|
|||||||
--> "Keychain Access" (2 click). In that window --> "Keychains" --> "System Root"
|
--> "Keychain Access" (2 click). In that window --> "Keychains" --> "System Root"
|
||||||
--> "Category" --> "All Items"
|
--> "Category" --> "All Items"
|
||||||
Select all CA certificates except for "Developer ID Certification Authority", omit expired ones, "File" --> "Export 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.
|
Google Chromium uses basically the trust stores above, see https://www.chromium.org/Home/chromium-security/root-ca-policy.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user