update example
This commit is contained in:
parent
6fa035df98
commit
e91b00c5fa
10
README.md
10
README.md
|
@ -54,7 +54,15 @@ Usage
|
||||||
Examples:
|
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:
|
Options:
|
||||||
|
|
Loading…
Reference in New Issue