2.0.4 • Published 9 years ago
enrollment v2.0.4
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 installYou may build the library with
$ npm run buildwhich 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 lintLicense
enrollment-js is released under the MIT License.