From edc1e0933570071aa4c54f5d1803413021ea914e Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 17 Jul 2014 17:24:54 -0700 Subject: [PATCH] Revert moz certs file: do not want to convert from mozilla format This reverts commit a49704a35beca0032a4840245932a13e6b9e9ea3. --- browser/generate-trusted.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/browser/generate-trusted.sh b/browser/generate-trusted.sh index 36189c5..b726bb8 100755 --- a/browser/generate-trusted.sh +++ b/browser/generate-trusted.sh @@ -4,13 +4,10 @@ # Mozilla Root Certs # https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/included/ -# http://mxr.mozilla.org/mozilla-central/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1 # https://raw.githubusercontent.com/joyent/node/master/tools/certdata.txt wget https://raw.githubusercontent.com/joyent/node/master/src/node_root_certs.h \ - || wget 'http://mxr.mozilla.org/mozilla-central/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1' \ - || curl -OJ https://raw.githubusercontent.com/joyent/node/master/src/node_root_certs.h \ - || curl -OJ 'http://mxr.mozilla.org/mozilla-central/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1' + || curl -OJ https://raw.githubusercontent.com/joyent/node/master/src/node_root_certs.h mv node_root_certs.h lib/RootCerts.js pushd lib &> /dev/null