From f03cffc70fe980fa6a16f1491ba8f7682a73e3bf Mon Sep 17 00:00:00 2001 From: Oleg Belousov Date: Mon, 12 Nov 2018 13:41:32 +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 0a116094..a773c922 100644 --- a/How-to-install.md +++ b/How-to-install.md @@ -42,7 +42,7 @@ cd acme.sh ./acme.sh --install \ --home ~/myacme \ --config-home ~/myacme/data \ ---certhome ~/mycerts \ +--cert-home ~/mycerts \ --accountemail "hi@acme.sh" \ --accountkey ~/myaccount.key \ --accountconf ~/myaccount.conf \