From dacc5df8dffefc8ce1246b738ee26bf9014d4009 Mon Sep 17 00:00:00 2001 From: Sorena Sarabadani Date: Sat, 19 Mar 2022 16:15:36 +0330 Subject: [PATCH] Add --cert-home address --- 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 145aa68..6e31dd7 100644 --- a/How-to-install.md +++ b/How-to-install.md @@ -35,7 +35,7 @@ wget -O - https://raw.githubusercontent.com/acmesh-official/acme.sh/master/acme ``` git clone https://github.com/acmesh-official/acme.sh.git cd acme.sh -./acme.sh --install -m my@example.com +./acme.sh --install -m my@example.com --cert-home /etc/letsencrypt/live ```