summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-01-27 12:12:06 +0100
committerKonstantin Käfer <mail@kkaefer.com>2017-01-27 14:52:21 +0100
commita253a15a7c61f6c0fbdeca69cd6ca813a9b8d40f (patch)
tree53e414b40741bc8721e5320e94e452c3e08eabd5 /scripts
parent329051a1ebcf1d4983041838a6ac932f3e7981c5 (diff)
downloadqtlocation-mapboxgl-a253a15a7c61f6c0fbdeca69cd6ca813a9b8d40f.tar.gz
[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
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update_ca_bundle.sh5
1 files changed, 5 insertions, 0 deletions
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