Sha256: f6924373d3493e980449fd98fcc7bb534c80aefc35d50076d0d2a15ed4bf4d9a
Contents?: true
Size: 708 Bytes
Versions: 6
Compression:
Stored size: 708 Bytes
Contents
# 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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cacert-0.8.0 | README.md |
cacert-0.7.0 | README.md |
cacert-0.6.0 | README.md |
cacert-0.5.0 | README.md |
cacert-0.4.0 | README.md |
cacert-0.3.0 | README.md |