This folder contains Ruby sample projects demonstrating the usage of Lacuna Software's PKI Suite.
For other languages, please visit the repository root.
To run the sample:
-
Download the project or clone the repository
-
Generate an API access token on the REST PKI website
-
Paste your access token on the initializer file restpki.rb
-
Install dependencies:
bundle install -
Run application:
rails server -
Access the URL http://localhost:3000