From c44b849d37ab017e866e6f35302e0a68008238f4 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 29 Apr 2014 01:08:38 -0500 Subject: [PATCH] include references and other implementations --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 21d89bf..0931ce5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ This module is the solution to your woes! FYI, I'm merely the publisher, not the author of this module. See here: https://groups.google.com/d/msg/nodejs/AjkHSYmiGYs/1LfNHbMhd48J +The script downloads the same root CAs that are included with +[Mozilla Firefox](http://www.mozilla.org/en-US/about/governance/policies/security-group/certs/included/), +[Google Chrome](http://www.chromium.org/Home/chromium-security/root-ca-policy), +[`libnss`](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS#CA_certificates_pre-loaded_into_NSS), +and [OpenSSL](https://www.openssl.org/support/faq.html#USER16)(suggested, not bundled): + + +**Other Implementations** + + * Golang + * Perl + Usage =====