Revert moz certs file: do not want to convert from mozilla format
This reverts commit a49704a35beca0032a4840245932a13e6b9e9ea3.
This commit is contained in:
parent
4d9a752307
commit
edc1e09335
|
@ -4,13 +4,10 @@
|
||||||
|
|
||||||
# Mozilla Root Certs
|
# Mozilla Root Certs
|
||||||
# https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/included/
|
# 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
|
# https://raw.githubusercontent.com/joyent/node/master/tools/certdata.txt
|
||||||
|
|
||||||
wget https://raw.githubusercontent.com/joyent/node/master/src/node_root_certs.h \
|
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 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'
|
|
||||||
|
|
||||||
mv node_root_certs.h lib/RootCerts.js
|
mv node_root_certs.h lib/RootCerts.js
|
||||||
pushd lib &> /dev/null
|
pushd lib &> /dev/null
|
||||||
|
|
Loading…
Reference in New Issue