diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-01-27 12:12:06 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-01-27 14:52:21 +0100 |
commit | a253a15a7c61f6c0fbdeca69cd6ca813a9b8d40f (patch) | |
tree | 53e414b40741bc8721e5320e94e452c3e08eabd5 /scripts | |
parent | 329051a1ebcf1d4983041838a6ac932f3e7981c5 (diff) | |
download | qtlocation-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-x | scripts/update_ca_bundle.sh | 5 |
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 |