@ind.ie/acme-tls
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -32,3 +32,3 @@ 'use strict'; | ||
var utils = require('./utils'); | ||
var RSA = promisifyAll(require('rsa-compat').RSA); | ||
var RSA = promisifyAll(require('@ind.ie/rsa-compat').RSA); | ||
var log = gl.log || _log; // allow custom log | ||
@@ -35,0 +35,0 @@ var pendingRegistrations = {}; |
{ | ||
"name": "@ind.ie/acme-tls", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Provision Let’s Encrypt TLS certificates. Forked from Greenlock to remove email address requirement, telemetry, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
104201