@cocreate/acme
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,1 +1,8 @@ | ||
## [1.1.2](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.1.1...v1.1.2) (2024-01-01) | ||
### Bug Fixes | ||
* added proxy.createServer ([ec8e37f](https://github.com/CoCreate-app/CoCreate-acme/commit/ec8e37fbce371bd615807f290e695e2880572fb8)) | ||
## [1.1.1](https://github.com/CoCreate-app/CoCreate-acme/compare/v1.1.0...v1.1.1) (2024-01-01) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/acme", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "An intergration with ACME and CoCreateJS.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,3 +18,4 @@ const { Client, forge } = require('acme-client'); | ||
class CoCreateAcme { | ||
constructor(crud) { | ||
constructor(proxy, crud) { | ||
this.proxy = proxy | ||
this.crud = crud | ||
@@ -169,3 +170,4 @@ this.init().catch(err => { | ||
process.emit('certificateCreated', host) | ||
// process.emit('certificateCreated', host) | ||
this.proxy.createServer(host) | ||
@@ -172,0 +174,0 @@ let safeKey = host.replace(/\./g, '_'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45507
289