-
-
Save matthewford/3a2b6205842e0db6231f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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