Skip to content

appaloosa-store/ruby_scep

Repository files navigation

Ruby SCEP CircleCI

A Ruby gem to handle SCEP.

Installation

To install Ruby Scep:

$ gem install ruby_scep

Or you can include this in your project's Gemfile:

gem 'ruby_scep'

Then execute:

$ bundle

Usage

You must use a webserver (Webrick or related will do the trick) and declare two endpoints:

  • GET /scep
  • POST /scep An example server is included in this gem.

Acknowledgements

This gem would not exist without the following repos:

We decided to open-source our solution to give back to the community that helped us greatly. Do the same with your projects!

Documentation

Contributing

  1. Fork it ( https://github.com/appaloosa-store/ruby_scep )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request.