From 13073afb1a3f9416bbd20592bfe9a4b8e3b34070 Mon Sep 17 00:00:00 2001 From: Oleg Belousov Date: Mon, 12 Nov 2018 13:42:12 +0300 Subject: [PATCH] Fix parameter name misprint in Advanced installation example --- How-to-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-install.md b/How-to-install.md index a773c92..cb3fe24 100644 --- a/How-to-install.md +++ b/How-to-install.md @@ -55,7 +55,7 @@ Explanations : - `--home` is a customized dir to install `acme.sh` in. By default, it installs into `~/.acme.sh` - `--config-home` is a writable folder, acme.sh will write all the files(including cert/keys, configs) there. By default, it's in `--home` -- `--certhome` is a customized dir to save the certs you issue. By default, it's saved in `--config-home`. +- `--cert-home` is a customized dir to save the certs you issue. By default, it's saved in `--config-home`. - `--accountemail` is the email used to register account to Let's Encrypt, you will receive renewal notice email here. Default is empty. - `--accountkey` is the file saving your account private key. By default it's saved in `--config-home`. - `--useragent` is the user-agent header value used to send to Let's Encrypt.