1
0
espelhamento de https://github.com/therootcompany/greenlock-express.js.git sincronizado 2024-11-16 17:28:59 +00:00

update example

Esse commit está contido em:
AJ ONeal 2016-08-19 16:22:57 -06:00 commit de GitHub
commit c65539bf6c

Ver arquivo

@ -152,7 +152,7 @@ function approveDomains(opts, certs, cb) {
```javascript
// handles acme-challenge and redirects to https
require('http').createServer(lex.middleware()).listen(80, function () {
require('http').createServer(lex.middleware(require('redirect-https')())).listen(80, function () {
console.log("Listening for ACME http-01 challenges on", this.address());
});