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
Please visit the PKI Suite samples repository for examples on how to use this library.