Remove warning when non-recognized ACME URLs are received

When retrieving ACME URLs from the LE staging server, LE will respond
with random entries as described in
https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417.
The official guideline is that any unrecognized entries should be
ignored, so this warning should be removed.
Bu işleme şunda yer alıyor:
Rodrigo López Dato 2017-05-26 12:21:20 -03:00
ebeveyn 51bcc1f20a
işleme 3924323abf
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 070847BE8639C43D

Dosyayı Görüntüle

@ -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];
})) { })) {