certify

0.0.3 • Public • Published

Certify

Create X.509 ASN.1 RSA Keypairs.

Usage

var Certify = require("certify");
 
var key = Certify();
console.log(key);

Notes

Essentially a wrapper around the Keypair library, keypair wasn't providing the PublicKeyInfo section that the X.509 ASN.1 format requires.

Installation

$ npm install certify

Thanks

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i certify

Weekly Downloads

4

Version

0.0.3

License

MIT

Last publish

Collaborators

  • dave-irvine