add --accountkey and --accountemail

This commit is contained in:
neil
2016-04-16 17:56:45 +08:00
parent 93c9216b69
commit b5eb4b904e
2 changed files with 25 additions and 2 deletions

View File

@@ -149,6 +149,8 @@ Parameters:
--accountconf Specifies a customized account config file.
--home Specifies the home dir for acme.sh .
--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.
--accountkey Specifyes the account key path, Only valid for the '--install' command.
```