@ind.ie/acme-v2
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -9,2 +9,3 @@ // Copyright 2018 AJ ONeal. All rights reserved | ||
var os = require('os') | ||
var crossPlatformHostname = require('@small-tech/cross-platform-hostname') | ||
@@ -145,3 +146,3 @@ var ACME = module.exports.ACME = {}; | ||
contact = options.contact.slice(0); | ||
} else if (options.email && options.email !== os.hostname()) { | ||
} else if (options.email && options.email !== crossPlatformHostname) { | ||
// The madness above is to circumvent the introduction of email as a requirement | ||
@@ -148,0 +149,0 @@ // in the Greenlock upstream. That artificial and privacy-eroding aspect has |
{ | ||
"name": "@ind.ie/acme-v2", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Fork of acme-v2.js for use in the ACME TLS fork of Greenlock.js that removes the telemetry and the artificial and privacy-eroding email address requirement for Let’s Encrypt certificates.", | ||
@@ -26,5 +26,5 @@ "homepage": "https://source.ind.ie/hypha/forks/acme-v2.js", | ||
"@coolaj86/urequest": "^1.3.6", | ||
"@ind.ie/rsa-compat": "^1.0.0" | ||
"@ind.ie/rsa-compat": "^1.0.0", | ||
"@small-tech/cross-platform-hostname": "^1.0.0" | ||
} | ||
} | ||
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
99197
1164
3
+ Added@small-tech/cross-platform-hostname@1.0.0(transitive)