diff options
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 |