Update README.md

This commit is contained in:
AJ ONeal 2016-08-11 10:53:07 -06:00 committed by GitHub
parent 225e449b5c
commit 4f17d70e1a
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ var server https.createServer({
});
```
```bash
npm -g install serve-https
serve-https --cert fullchain.pem --key privkey.pem
```
**Example `fullchain.pem`**
```