Cacert
Packages the SSL certificate bundle from http://curl.haxx.se/docs/caextract.html into a gem for use in Ruby applications.
Installation
Add this line to your application's Gemfile:
gem 'cacert'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cacert
Usage
Call Cacert.pem
to get the fully qualified path where cacert.pem
resides.
or
Call Cacert.set_in_env
to set the SSL_CERT_FILE environment variable.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request