1.1.0 • Published 7 years ago

dstucert v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

dstucert

Certificate encoder/decoder based on http://zakon2.rada.gov.ua/laws/show/z1398-12#n25 specification, works in browser and node.

Based on https://github.com/dstucrypt/jkurwa/blob/master/lib/spec/rfc3280.js

Usage

var fs = require('fs');
var dstucert = require('dstcert');

var cert = fs.readFileSync('certificate.cer');
var obj = dstucert.decode(cert);
var cert2 = dstucert.encode(cert);

License

MIT

1.1.0

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago