2.0.4 • Published 7 years ago

enrollment v2.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

enrollment-js

A JavaScript library to support client-side handling of PKCS#10 requests and generating PKCS#12 files from a private key and a certificate chain.

Building the library

Make sure you have a recent installation of node.js with NPM installed.

To install the dependencies, run

$ npm install

You may build the library with

$ npm run build

which will create the final minified JS file in the lib directory.

Linting

Each build will automatically lint the sources via ESLint, if you wish to just lint the files without building the library, you may use

$ npm run lint

License

enrollment-js is released under the MIT License.

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago