Remove warning about unknown keys in le urls
This commit is contained in:
parent
51bcc1f20a
commit
d85f4070f3
|
@ -39,11 +39,6 @@ module.exports.create = function (deps) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (5 !== Object.keys(data).length) {
|
|
||||||
console.warn("This Let's Encrypt / ACME server has been updated with urls that this client doesn't understand");
|
|
||||||
console.warn(data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!knownUrls.every(function (url) {
|
if (!knownUrls.every(function (url) {
|
||||||
return data[url];
|
return data[url];
|
||||||
})) {
|
})) {
|
||||||
|
|
Loading…
Reference in New Issue