1
0
miroir de https://github.com/therootcompany/greenlock.js.git synchronisé 2024-11-16 17:29:00 +00:00

Comparer les révisions

..

1 Révisions

Auteur SHA1 Message Date
c45fcdf150 v2.6.7: more reasonable defaults 2018-12-22 07:35:54 -07:00
2 fichiers modifiés avec 3 ajouts et 2 suppressions

Voir le fichier

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

Voir le fichier

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