@xvia/amplia-client
Version:
Classes to consume Lacuna Software's Amplia
19 lines (14 loc) • 566 B
Markdown
Amplia client lib for Node.js
===============================
This library contains classes that encapsulate the call to the Amplia
service (X.509 certificate issuing solution) for Node.js applications
The recommend way to install **Amplia Client Lib** is through [npm](https://www.npmjs.com/):
$ npm install amplia-client
Or informing on your project's `package.json` file:
{
...
"dependencies": {
"amplia-client": "1.0.0"
}
}
For more information, see [Amplia](http://www.lacunasoftware.com/en/certificate/#/amplia) page.