2
0
mirror of https://git.coolaj86.com/coolaj86/greenlock-cli.js synced 2025-02-22 03:08:04 +00:00

Update README.md

This commit is contained in:
AJ ONeal 2015-12-16 04:58:05 -08:00
parent dbaa7e8f4b
commit 7c1f17c818

View File

@ -44,6 +44,8 @@ letsencrypt certonly \
--standalone \
--domains example.com,www.example.com \
--server https://acme-staging.api.letsencrypt.org/directory \
ls ~/letsencrypt/etc
```
### WebRoot
@ -54,6 +56,8 @@ letsencrypt certonly \
--webroot --webroot-path /srv/www/acme-challenge \
--domains example.com,www.example.com \
--server https://acme-staging.api.letsencrypt.org/directory
ls ~/letsencrypt/etc
```
## Run without Root