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

Development

~> 2.3
~> 13
 Project Readme

PKI Express for Ruby

Gem Version

This library contains classes that encapsulate the calls to PKI Express.

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

gem 'pki_express', '~> 1.3.2'

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 pki_express

Samples

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