From 560e5a1780b1abc5c45f957f8ff000e289c785b7 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 27 Dec 2015 00:35:59 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27848abb..15b142ae 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,9 @@ The cert will be placed in `~/.le/aa.com/` The issued cert will be renewed every 50 days automatically. -# Issue a cert, and install to apache +# Issue a cert, and install to apache/nginx ``` -le issue /home/wwwroot/aa.com aa.com www.aa.com,cp.aa.com 2048 /path/to/certfile/in/apache/nginx /path/to/keyfile/in/apache/nginx "service apache2 reload" +le issue /home/wwwroot/aa.com aa.com www.aa.com,cp.aa.com 2048 /path/to/certfile/in/apache/nginx /path/to/keyfile/in/apache/nginx "service apache2/nginx reload" ``` This can link the issued cert to the production apache or nginx path. Once the cert is renewed, the apache/nginx will be automatically reloaded by the command: ` service apache2 reload`