update docs
This commit is contained in:
parent
e1d5e9a692
commit
6296c8a737
|
@ -14,7 +14,7 @@ You define your app, and let Greenlock handle issuing and renewing Free SSL Cert
|
||||||
|
|
||||||
**Cloud-ready** with Node `cluster`.
|
**Cloud-ready** with Node `cluster`.
|
||||||
|
|
||||||
# Quick Start
|
# Serve your Sites with Free SSL
|
||||||
|
|
||||||
- 1. Create a Project with Greenlock Express
|
- 1. Create a Project with Greenlock Express
|
||||||
- 2. Initialize and Setup
|
- 2. Initialize and Setup
|
||||||
|
@ -102,7 +102,7 @@ npx greenlock add --subject example.com --altnames example.com
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm start
|
npm start -- --staging
|
||||||
```
|
```
|
||||||
|
|
||||||
# Let's Encrypt for...
|
# Let's Encrypt for...
|
||||||
|
|
Loading…
Reference in New Issue