Skip to content

Instantly share code, notes, and snippets.

@skwashd
Created January 28, 2012 12:07
Show Gist options
  • Save skwashd/1694096 to your computer and use it in GitHub Desktop.
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)
#!/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
@skwashd
Copy link
Author

skwashd commented Jan 28, 2012

Make the bundle apply for all users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment