pass homedir

Esse commit está contido em:
AJ ONeal 2016-10-27 02:57:18 -06:00
commit 39e6754b1f

Ver arquivo

@ -122,7 +122,7 @@ function createServer(port, pubdir, content, opts) {
, 'dns-01': leChallengeDdns
}
, challengeType: (opts.tunnel ? 'http-01' : 'dns-01')
, store: require('le-store-certbot').create({ webrootPath: webrootPath })
, store: require('le-store-certbot').create({ webrootPath: webrootPath, homedir: opts.homedir })
, webrootPath: webrootPath
// You probably wouldn't need to replace the default sni handler