cacert

Packages a snapshot of the Curl cacert.pem


Licenses
MPL-1.1/GPL-2.0/LGPL-2.1
Install
gem install cacert -v 0.8.0

Documentation

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request