From 4088408b82f7ece56dd8b14adc9d74a483a01f66 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 17 Dec 2015 02:39:54 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df9789..41c454f 100644 --- a/README.md +++ b/README.md @@ -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)