From 7e51ee3781fd8e7703e9576932b87f89142251ff Mon Sep 17 00:00:00 2001 From: David Mcanulty Date: Mon, 18 Apr 2016 16:22:49 -0700 Subject: [PATCH] destinations are files not directories. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29926844..8197990f 100644 --- a/README.md +++ b/README.md @@ -139,10 +139,10 @@ Parameters: These parameters are to install the cert to nginx/apache or anyother server after issue/renew a cert: - --certpath /path/to/real/cert/file After issue/renew, the cert will be copied to this path. - --keypath /path/to/real/key/file After issue/renew, the key will be copied to this path. - --capath /path/to/real/ca/file After issue/renew, the intermediate cert will be copied to this path. - --fullchainpath /path/to/fullchain/file After issue/renew, the fullchain cert will be copied to this path. + --certpath /path/to/real/cert/file After issue/renew, the cert will be copied to this file. + --keypath /path/to/real/key/file After issue/renew, the key will be copied to this file. + --capath /path/to/real/ca/file After issue/renew, the intermediate cert will be copied to this file. + --fullchainpath /path/to/fullchain/file After issue/renew, the fullchain cert will be copied to this file. --reloadcmd "service nginx reload" After issue/renew, it's used to reload the server.