Show / Hide Table of Contents
Edit on GitHub

Using PKI Express on Ruby

PKI Express can be used on Ruby. To get started, see the Ruby on Rails samples project.

Client library

To use PKI Express on Ruby applications, use our Ruby Gem pki_express by declaring on your Gemfile:

gem 'pki_express', '~> 1.2.0'

After that, do a bundle install to download the gem and its dependencies (if you don't have Bundler installed, get it here)

Alternatively, you can install the gem directly on command-line:

gem install pki_express

The gem is open-source, hosted on GitHub. Feel free to fork it if you need to make any customizations.

Back to top Copyright © 2015-2020 Lacuna Software