Update README.md

This commit is contained in:
AJ ONeal 2016-04-18 22:43:28 -06:00
parent 3a9c660b5e
commit 31a7d02c62
1 changed files with 4 additions and 2 deletions

View File

@ -30,11 +30,13 @@ This is not the thing to use in your webserver directly.
you are planning to use one of these:
* `express`
* `hapi`
* `connect`
* `koa`
* raw `https`
* raw `spdy`
* `restify` (same as raw https)
* `hapi` See [letsencrypt-hapi](https://github.com/Daplie/letsencrypt-hapi)
* `koa` See [letsencrypt-koa](https://github.com/Daplie/letsencrypt-koa)
* `rill` (similar to koa example)
### Use [letsencrypt-cli](https://github.com/Daplie/letsencrypt-cli) if...