#21 update to use challenges option

This commit is contained in:
AJ ONeal 2016-08-16 12:55:47 -06:00
parent 896b47430e
commit b0378ab606
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ module.exports.run = function (args) {
debug: args.debug
, server: args.server
, store: leStore
, challenge: leChallenge
, challenges: { 'http-01': leChallenge, 'tls-sni-01': leChallenge }
, duplicate: args.duplicate
});