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.

Package Sidebar

Install

npm i certapi

Weekly Downloads

1

Version

1.1.0

License

CC-BY-ND

Unpacked Size

16.3 kB

Total Files

5

Last publish

Collaborators

  • npmisgood