Created
January 28, 2012 12:07
-
-
Save skwashd/1694096 to your computer and use it in GitHub Desktop.
Quickly and easily install and configure cURL with SSL support on RHEL5 (and derivatives)
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/sh | |
# | |
# Install and configure cURL with SSL support on RHEL 5 (and derivatives) | |
# | |
yum install curl -y | |
wget http://curl.haxx.se/ca/cacert.pem -O /etc/pki/tls/certs/ca-bundle.crt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make the bundle apply for all users.