Project

ruby_scep

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby implementation of SCEP
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.6
~> 1.2.0
~> 0.9.1
 Project Readme

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.