Skip to content

Instantly share code, notes, and snippets.

@matthewford
Forked from 1stvamp/mac-curl-ca-bundle.sh
Last active August 29, 2015 14:01
Show Gist options
  • Save matthewford/3a2b6205842e0db6231f to your computer and use it in GitHub Desktop.
Save matthewford/3a2b6205842e0db6231f to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir tmp/curl-ca-bundle
cd tmp/curl-ca-bundle
wget http://curl.haxx.se/download/curl-7.36.0.tar.gz
tar xzf curl-7.36.0.tar.gz
cd curl-7.36.0/lib/
./mk-ca-bundle.pl
echo
echo "Done! Check lib/ca-bundle.crt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment