From c310bf65fb4f9f10a0c00189bd6ce0d4480e0d40 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Fri, 16 Dec 2016 07:12:39 +0000 Subject: [PATCH] Add details for --home opt --- Options-and-Params.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Options-and-Params.md b/Options-and-Params.md index 64e3dbc2..cb689712 100644 --- a/Options-and-Params.md +++ b/Options-and-Params.md @@ -61,7 +61,7 @@ acme.sh command ...[parameters].... **--reloadcmd "service nginx reload"** After issue/renew, it's used to reload the server. **--accountconf** Specifies a customized account config file. - **--home** Specifies the home dir for acme.sh . + **--home** Specifies the home dir for acme.sh. If you use it with '--install', then you'll need to use it every time you use acme.sh. **--certhome** Specifies the home dir to save all the certs, only valid for '--install' command. **--useragent** Specifies the user agent string. it will be saved for future use too. **--accountemail** Specifies the account email for registering, Only valid for the '--install' command.