Project

rest_pki

0.0
No commit activity in last 3 years
No release in over 3 years
Classes to consume Lacuna Software REST PKI
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

REST PKI client lib for Ruby

Gem Version

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.