https-cert

1.2.6 • Public • Published

https-cert

const httpsCert = require("https-cert");
 
// 根证书,下载注入电脑或手机中
httpsCert.root(证书内容)
httpsCert.path(证书路径)
 
 
// 签发域名证书
httpsCert.sign("g.alicdn.com", function (err, key, cert) {
  console.info(key, cert)
});

Readme

Keywords

none

Package Sidebar

Install

npm i https-cert

Weekly Downloads

5

Version

1.2.6

License

ISC

Unpacked Size

6.84 kB

Total Files

6

Last publish

Collaborators

  • cnt1992
  • limingv5