Update README.md

这个提交包含在:
AJ ONeal 2016-08-17 09:09:43 -06:00 提交者 GitHub
父节点 d8f41a51c4
当前提交 c14077c099

查看文件

@ -133,9 +133,10 @@ var lex = require('letsencrypt-express').create({
cb(null, { options: opts, certs: certs });
}
});
```
```javascript
// handles acme-challenge and redirects to https
require('http').createServer(lex.middleware()).listen(80, function () {
console.log("Listening for ACME http-01 challenges on", this.address());