From 14e5ffdd27818dca14cf2531258306d14666ae28 Mon Sep 17 00:00:00 2001 From: Sorena Sarabadani Date: Sat, 19 Mar 2022 16:28:21 +0330 Subject: [PATCH] Revert changes to install defaults --- 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 6e31dd7..e2c499f 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 --cert-home /etc/letsencrypt/live +./acme.sh --install -m my@example.com ```