Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

PKI Suite samples for Ruby

This folder contains Ruby sample projects demonstrating the usage of Lacuna Software's PKI Suite.

For other languages, please visit the repository root.

Running the sample


To run the sample:

  1. Download the project or clone the repository

  2. Generate an API access token on the REST PKI website

  3. Paste your access token on the initializer file restpki.rb

  4. Install dependencies: bundle install

  5. Run application: rails server

  6. Access the URL http://localhost:3000

See also