Skip to content

Latest commit

 

History

History

Ruby

REST PKI Ruby Sample

This folder contains a web application written in Ruby using the Rails framework, that shows how to use the REST PKI service.

For other languages, please visit the repository root.

To run the sample, you will need an API access token. If you don't have one, register on the REST PKI website and generate a token.

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