mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-08-08 23:37:38 +02:00
Refer to the link
... as download page @ Oracle may change anytime
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ The certificate trust stores were retrieved from
|
|||||||
|
|
||||||
* **Linux:** Copied from an up-to-date Debian Linux machine
|
* **Linux:** Copied from an up-to-date Debian Linux machine
|
||||||
* **Mozilla:** https://curl.haxx.se/docs/caextract.html (MPL 2.0)
|
* **Mozilla:** https://curl.haxx.se/docs/caextract.html (MPL 2.0)
|
||||||
* **Java:** extracted (``keytool -list -rfc -keystore lib/security/cacerts | grep -E -v '^$|^\*\*\*\*\*|^Entry |^Creation |^Alias'``) from a JDK LTS version from https://jdk.java.net/. Use dos2unix for the store which you generated.
|
* **Java:** extracted (``keytool -list -rfc -keystore lib/security/cacerts | grep -E -v '^$|^\*\*\*\*\*|^Entry |^Creation |^Alias'``) from a JDK LTS version from https://jdk.java.net/, see link. Use dos2unix for the store which you generated.
|
||||||
* **Microsoft:** Following command pulls all certificates from Windows Update services: ``CertUtil -syncWithWU -f -f . `` (see also https://aka.ms/RootCertDownload, https://technet.microsoft.com/en-us/library/dn265983(v=ws.11).aspx#BKMK_CertUtilOptions). They are in DER format. Convert them like ``for f in *.crt; do echo $f >/dev/stderr; openssl x509 -in $f -inform DER -outform PEM ;done >/tmp/Microsoft.pem``.
|
* **Microsoft:** Following command pulls all certificates from Windows Update services: ``CertUtil -syncWithWU -f -f . `` (see also https://aka.ms/RootCertDownload, https://technet.microsoft.com/en-us/library/dn265983(v=ws.11).aspx#BKMK_CertUtilOptions). They are in DER format. Convert them like ``for f in *.crt; do echo $f >/dev/stderr; openssl x509 -in $f -inform DER -outform PEM ;done >/tmp/Microsoft.pem``.
|
||||||
* **Apple:**
|
* **Apple:**
|
||||||
1. __System:__ from Apple OS X keychain app. Open Keychain Access utility, i.e.
|
1. __System:__ from Apple OS X keychain app. Open Keychain Access utility, i.e.
|
||||||
|
|||||||
Reference in New Issue
Block a user