Add --cert-home address

Sorena Sarabadani 2022-03-19 16:15:36 +03:30
parent 3d82eb7133
commit dacc5df8df

@ -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
```