这个提交包含在:
AJ ONeal 2016-08-15 15:39:21 -06:00
父节点 9517980889
当前提交 d4a98ea9ae
共有 1 个文件被更改,包括 1 次插入0 次删除

查看文件

@ -125,6 +125,7 @@ le = LE.create({
, challenges: { 'http-01': leChallenge } // handles /.well-known/acme-challege keys and tokens
, challengeType: 'http-01' // default to this challenge type
, agreeToTerms: leAgree // hook to allow user to view and accept LE TOS
//, sni: require('le-sni-auto').create({}) // handles sni callback
, debug: false
});