Update README.md

这个提交包含在:
AJ ONeal 2016-08-18 00:27:47 -06:00 提交者 GitHub
父节点 505d4b02ce
当前提交 412b0a6bf7

查看文件

@ -111,9 +111,9 @@ var lex = require('letsencrypt-express').create({
// If you wish to replace the default plugins, you may do so here // If you wish to replace the default plugins, you may do so here
// //
//, challenges: { 'http-01:' require('le-challenge-fs').create({}) } , challenges: { 'http-01:' require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) }
//, store: require('le-store-certbot').create({}) , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' })
//, sni: require('le-sni-auto').create({}) , sni: require('le-sni-auto').create({})
, approveDomains: approveDomains , approveDomains: approveDomains
}); });