Update README.md

This commit is contained in:
AJ ONeal 2015-12-17 02:39:54 -08:00
parent 707ec66c23
commit 4088408b82
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ You can run **registration** manually:
```bash
npm install -g letsencrypt-cli
letsencrypt certonly --standalone --agree-tos --domains example.com --email user@example.com
letsencrypt certonly --standalone \
--config-dir ~/letsencrypt/etc \
--agree-tos --domains example.com --email user@example.com
```
(note that the `--webrootPath` option is also available if you don't want to shut down your webserver to get the cert)