@root/greenlock
Advanced tools
Comparing version 3.1.4 to 3.1.5
@@ -402,3 +402,7 @@ 'use strict'; | ||
}); | ||
// The user has explicitly set the directoryUrl, great! | ||
var dirUrl = args.directoryUrl || mconf.directoryUrl; | ||
// The directoryUrl is implicit | ||
var showDir = false; | ||
@@ -409,5 +413,7 @@ if (!dirUrl) { | ||
} | ||
if (showDir || (/staging/.test(dirUrl) && !gdefaults.shownDirectory)) { | ||
// Show the directory if implicit | ||
if (showDir && !gdefaults.shownDirectory) { | ||
gdefaults.shownDirectory = true; | ||
console.info('ACME Directory URL:', gdefaults.directoryUrl); | ||
console.info('ACME Directory URL:', dirUrl); | ||
} | ||
@@ -414,0 +420,0 @@ |
{ | ||
"name": "@root/greenlock", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "The easiest Let's Encrypt client for Node.js and Browsers", | ||
@@ -5,0 +5,0 @@ "homepage": "https://rootprojects.org/greenlock/", |
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
171610
4013