summaryrefslogtreecommitdiff
path: root/node/setup_lib
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-05-14 10:00:24 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-05-14 10:00:24 +0300
commit95479291c2063d08fb0adfc5664f8a1060983e82 (patch)
tree541f10188964dcfa0eef8666686426d6e3c3c06b /node/setup_lib
parentb0abf697fe6975212bde0fa7fb63c5054e7989b4 (diff)
Add CA certificates for Linaro servers
Diffstat (limited to 'node/setup_lib')
-rwxr-xr-xnode/setup_lib7
1 files changed, 7 insertions, 0 deletions
diff --git a/node/setup_lib b/node/setup_lib
index e018e55..f1f925d 100755
--- a/node/setup_lib
+++ b/node/setup_lib
@@ -70,6 +70,13 @@ lit_install()
rm -f ${LIT_DEB} ${PYTHON_LIT}
}
+ca_certificates_install()
+{
+ wget "https://certs.godaddy.com/anonymous/repository.pki?streamfilename=gd_bundle.crt&actionMethod=anonymous%2Frepository.xhtml%3Arepository.streamFile%28%27%27%29&cid=3749602" -O /usr/share/ca-certificates/gd_bundle.crt
+ echo "gd_bundle.crt" >> /etc/ca-certificates.conf
+ update-ca-certificates
+}
+
fifo_cleanup()
{
if test -e /tmp/fifo3 ; then