This folder contains a web application written in Node.js using the Express framework which shows how to use the REST PKI service.
For other languages, please visit the project root.
To run the samples, you will need an API access token. If you don't have one, register on the REST PKI website and generate a token.
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 file
util.js -
Install dependencies:
npm install -
Run application:
npm start -
Access the URL http://localhost:3000