changing acme.sh cert home

Replace acme.sh cert home by /var/www/acme.sh/certs
This commit is contained in:
VirtuBox 2018-02-03 00:17:42 +01:00 committed by GitHub
parent c9bc4c1047
commit 02a3cf6719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -104,12 +104,12 @@ wget -O - https://get.acme.sh | sh
Or
```
apt-get install openssl cron netcat-openbsd curl
mkdir -p /etc/letsencrypt/acme.sh/certs
mkdir -p /var/www/acme.sh/certs
git clone https://github.com/Neilpang/acme.sh.git
cd acme.sh
./acme.sh --install \
--home ~/.acme.sh \
--certhome /etc/letsencrypt/acme.sh/certs \
--certhome /var/www/acme.sh/certs \
--accountemail "hi@acme.sh"
```