pass homedir
This commit is contained in:
父節點
6ab2ea7527
當前提交
39e6754b1f
@ -122,7 +122,7 @@ function createServer(port, pubdir, content, opts) {
|
|||||||
, 'dns-01': leChallengeDdns
|
, 'dns-01': leChallengeDdns
|
||||||
}
|
}
|
||||||
, challengeType: (opts.tunnel ? 'http-01' : 'dns-01')
|
, 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
|
, webrootPath: webrootPath
|
||||||
|
|
||||||
// You probably wouldn't need to replace the default sni handler
|
// You probably wouldn't need to replace the default sni handler
|
||||||
|
載入中…
x
新增問題並參考
Block a user