Merge pull request #245 from letsencrypt/README-fix

Update README: Don't mention node-acme.
This commit is contained in:
James 'J.C.' Jones 2015-05-28 07:43:14 -07:00
commit 829f373e8d
1 changed files with 6 additions and 10 deletions

View File

@ -42,18 +42,14 @@ Quickstart
> cd $GOPATH/src/github.com/letsencrypt/boulder
# This starts both Boulder and cfssl with test configs. Ctrl-C kills both.
> ./start.sh
> cd test/js
> npm install
> nodejs test.js
```
The ["restify" branch of node-acme](https://github.com/letsencrypt/node-acme/tree/restify) has a client that works with this server (`npm install node-acme && node node-acme/demo.js`).
```
> git clone https://github.com/letsencrypt/node-acme.git
> cd node-acme
> git branch -f restify origin/restify && git checkout restify
> cd ..
> npm install node-acme
> node node-acme/demo.js
```
You can also check out the official client from
https://github.com/letsencrypt/lets-encrypt-preview/ and follow the setup
instructions there.
Component Model
---------------