certapi

1.1.0 • Public • Published

CertAPI

CertAPI,get RSA private key and Cert and Csr.

How to use?

Write this code in your js program.

var certapi=require('certapi')
certapi({
bits:'bits number',
country:'country name',
state:'state name',
locality:'locality name',
orgname:'organization name',
orgunit:'organizational unit name',
commname:'common name'
},console.log)

You dont want type private infos?

This is ok,we deleted your private infos at generated key and csr and cert.

CLI

Run certapi.exe to generate key/csr/cert by cli.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

Package Sidebar

Install

npm i certapi

Weekly Downloads

2

Version

1.1.0

License

CC-BY-ND

Unpacked Size

16.3 kB

Total Files

5

Last publish

Collaborators

  • npmisgood