diff --git a/index.js b/index.js index e23f865..0684fbf 100644 --- a/index.js +++ b/index.js @@ -259,7 +259,7 @@ LE.create = function (le) { le.httpsOptions.SNICallback = le.sni.sniCallback; } if (!le.httpsOptions.key || !le.httpsOptions.cert) { - le.httpsOptions = require('localhost.daplie.com-certificates').merge(le.httpsOptions); + le.httpsOptions = require('localhost.daplie.me-certificates').merge(le.httpsOptions); } /* le.sni = PromiseA.promisifyAll(le.sni); diff --git a/package.json b/package.json index ada0eb4..a7f354c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "le-challenge-sni": "^2.0.0", "le-sni-auto": "^2.1.0", "le-store-certbot": "^2.0.3", - "localhost.daplie.com-certificates": "^1.2.3", + "localhost.daplie.me-certificates": "^1.3.0", "node.extend": "^1.1.5", "pkijs": "^1.3.27", "rsa-compat": "^1.2.1"