REST PKI client lib for Ruby

This library contains classes that encapsulate the calls to the REST PKI API.

The recommended way to install REST PKI Client lib is through setting in your Gemfile:

gem 'rest_pki', '~> 1.0.0'

And with installing via Bundler on your project root folder:

bundle install

Samples

Please visit the Rest PKI samples repository for examples on how to use this library.