Project

cacert

0.01
Low commit activity in last 3 years
A long-lived project that still receives updates
Packages a snapshot of the Curl cacert.pem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.3
~> 0.20
~> 5.16
~> 13.0
 Project Readme

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