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.1.0'
And with installing via Bundler on your project root folder:
bundle install
Alternatively, You can install this gem globally by executing the following command:
gem install rest_pki
Samples
Please visit the Rest PKI samples repository for examples on how to use this library.