Skip to content

Instantly share code, notes, and snippets.

@ihoka
Created July 10, 2012 14:39
Show Gist options
  • Save ihoka/3083695 to your computer and use it in GitHub Desktop.
Save ihoka/3083695 to your computer and use it in GitHub Desktop.
RVM with OpenSSL
# Install Ruby with RVM OpenSSL
rvm pkg install openssl
rvm reinstall 1.9.3-p125 --with-openssl-dir=$rvm_path/usr
# Download certs
cd $rvm_path/usr/ssl
curl -O http://curl.haxx.se/ca/cacert.pem
mv cacert.pem cert.pem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment