2
1
spegling av https://github.com/therootcompany/greenlock-express.js.git synced 2025-10-18 22:23:19 +00:00

Update README.md

This commit is contained in:
AJ ONeal 2015-12-17 02:39:54 -08:00
förälder 707ec66c23
incheckning 4088408b82

Visa fil

@ -52,7 +52,9 @@ You can run **registration** manually:
```bash ```bash
npm install -g letsencrypt-cli 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) (note that the `--webrootPath` option is also available if you don't want to shut down your webserver to get the cert)