update example

This commit is contained in:
AJ ONeal 2017-01-20 20:13:41 +00:00
parent 6fa035df98
commit e91b00c5fa
1 changed files with 9 additions and 1 deletions

View File

@ -54,7 +54,15 @@ Usage
Examples:
```
node serve.js --servername jane.daplie.me --agree-tos --email jane@example.com --tunnel
# Install
npm install -g git+https://git@git.daplie.com:Daplie/serve-https
# Use tunnel
serve-https --servername jane.daplie.me --agree-tos --email jane@example.com --tunnel
# BEFORE you access in a browser for the first time, use curl
# (because there's a concurrency bug in the greenlock setup)
curl https://jane.daplie.me
```
Options: