1.2.6 • Published 6 years ago

https-cert v1.2.6

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
6 years ago

https-cert

const httpsCert = require("https-cert");

// 根证书,下载注入电脑或手机中
httpsCert.root(证书内容)
httpsCert.path(证书路径)


// 签发域名证书
httpsCert.sign("g.alicdn.com", function (err, key, cert) {
  console.info(key, cert)
});
1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago