fix #79 put colon in example in the right place

This commit is contained in:
AJ ONeal 2016-08-19 13:31:37 -06:00 committed by GitHub
parent 685ef09951
commit 287d0b6606
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ var lex = require('letsencrypt-express').create({
// If you wish to replace the default plugins, you may do so here
//
, challenges: { 'http-01:' require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) }
, challenges: { 'http-01': require('le-challenge-fs').create({ webrootPath: '/tmp/acme-challenges' }) }
, store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' })
// You probably wouldn't need to replace the default sni handler