From a253a15a7c61f6c0fbdeca69cd6ca813a9b8d40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 27 Jan 2017 12:12:06 +0100 Subject: [linux] update CA bundle and add script for automated updates also removes the ca-bundle.crt from the Android build, since it's entirely unused --- scripts/update_ca_bundle.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/update_ca_bundle.sh (limited to 'scripts') diff --git a/scripts/update_ca_bundle.sh b/scripts/update_ca_bundle.sh new file mode 100755 index 0000000000..992bd7030f --- /dev/null +++ b/scripts/update_ca_bundle.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +cd common +curl https://raw.githubusercontent.com/curl/curl/master/lib/mk-ca-bundle.pl | perl +rm certdata.txt -- cgit v1.2.1