fix issue #77 don't show replacing le-sni-auto in example
This commit is contained in:
parent
412b0a6bf7
commit
22db053e6c
|
@ -113,7 +113,10 @@ var lex = require('letsencrypt-express').create({
|
|||
//
|
||||
, challenges: { 'http-01:' require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) }
|
||||
, store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' })
|
||||
, sni: require('le-sni-auto').create({})
|
||||
|
||||
// You probably wouldn't need to replace the default sni handler
|
||||
// See https://github.com/Daplie/le-sni-auto if you think you do
|
||||
//, sni: require('le-sni-auto').create({})
|
||||
|
||||
, approveDomains: approveDomains
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue