1
0
Mirror von https://github.com/therootcompany/greenlock-express.js.git synchronisiert 2024-11-16 17:28:59 +00:00

Merge branch 'master' of github.com:Daplie/letsencrypt-express

Dieser Commit ist enthalten in:
AJ ONeal 2016-01-04 13:31:25 -08:00
Commit ddbae3f94c

Datei anzeigen

@ -86,7 +86,7 @@ and that will cause you to be rate-limited and or blocked from the ACME server)
Let's Encrypt in 128 characters, with spaces!
```
node -e 'require("letsencrypt-express").testing().create( require('express')().use(function (_, r) { r.end("Hi!") }) ).listen()'
node -e 'require("letsencrypt-express").testing().create( require("express")().use(function (_, r) { r.end("Hi!") }) ).listen()'
```
### More realistic