p12-parse

0.2.1 • Public • Published

p12-parse

Uses javascript to parse the contents of the p12 formatted certificate file.

install

npm i p12-parse --save

use

var p12 = require('p12-parse')
 
p12('xxx.p12', 'password')
    .then(info => {
        console.log(info)
    })

Readme

Keywords

Package Sidebar

Install

npm i p12-parse

Weekly Downloads

5

Version

0.2.1

License

ISC

Unpacked Size

3.39 kB

Total Files

3

Last publish

Collaborators

  • guoshengqiang