Updated How to install (markdown)
parent
0402b09b6d
commit
7415119001
|
@ -41,6 +41,7 @@ git clone https://github.com/Neilpang/acme.sh.git
|
||||||
cd acme.sh
|
cd acme.sh
|
||||||
./acme.sh --install \
|
./acme.sh --install \
|
||||||
--home ~/myacme \
|
--home ~/myacme \
|
||||||
|
--config-home ~/myacme/data \
|
||||||
--certhome ~/mycerts \
|
--certhome ~/mycerts \
|
||||||
--accountemail "hi@acme.sh" \
|
--accountemail "hi@acme.sh" \
|
||||||
--accountkey ~/myaccount.key \
|
--accountkey ~/myaccount.key \
|
||||||
|
@ -53,6 +54,7 @@ You don't need to set them all, just set those ones you care about.
|
||||||
Explanations :
|
Explanations :
|
||||||
|
|
||||||
- `--home` is a customized dir to install `acme.sh` in. By default, it installs into `~/.acme.sh`
|
- `--home` is a customized dir to install `acme.sh` in. By default, it installs into `~/.acme.sh`
|
||||||
|
- `--config-home` is a writable folder, acme.sh will all the files(including cert/keys, configs) there. By default, it's same as `--home`
|
||||||
- `--certhome` is a customized dir to save the certs you issue. By default, it saves the certs in `--home`.
|
- `--certhome` is a customized dir to save the certs you issue. By default, it saves the certs in `--home`.
|
||||||
- `--accountemail` is the email used to register account to Let's Encrypt, you will receive renewal notice email here. Default is empty.
|
- `--accountemail` is the email used to register account to Let's Encrypt, you will receive renewal notice email here. Default is empty.
|
||||||
- `--accountkey` is the file saving your account private key. By default it's saved in `--home`.
|
- `--accountkey` is the file saving your account private key. By default it's saved in `--home`.
|
||||||
|
|
Loading…
Reference in New Issue