1
0
zrcadlo https://github.com/therootcompany/greenlock.js.git synchronizováno 2024-11-16 17:29:00 +00:00

Porovnat revize

..

5 Commity

2 změnil soubory, kde provedl 2 přidání a 3 odebrání

Zobrazit soubor

@ -391,8 +391,7 @@ Greenlock.create = function (gl) {
throw new Error("le-sni-auto is not properly configured. Missing agreeTos");
}
if (!/[a-z]/i.test(lexOpts.domain)) {
cb(new Error("le-sni-auto does not allow IP addresses in SNI"));
return;
throw new Error("le-sni-auto does not allow IP addresses by default");
}
if (!Array.isArray(gl.approvedDomains)) {

Zobrazit soubor

@ -1,6 +1,6 @@
{
"name": "greenlock",
"version": "2.6.7",
"version": "2.6.6",
"description": "Let's Encrypt for node.js on npm",
"main": "index.js",
"files": [