1.1.0 • Published 5 years ago

certapi v1.1.0

Weekly downloads
12
License
CC-BY-ND
Repository
-
Last release
5 years ago

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.

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago