Updated How to install (markdown)
parent
aea9d3a841
commit
1d637134ba
|
@ -32,7 +32,7 @@ wget -O - https://raw.githubusercontent.com/acmesh-official/acme.sh/master/acme
|
||||||
## 3. Or, git clone and install:
|
## 3. Or, git clone and install:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/acmesh-official/acme.sh.git
|
git clone --depth 1 https://github.com/acmesh-official/acme.sh.git
|
||||||
cd acme.sh
|
cd acme.sh
|
||||||
./acme.sh --install -m my@example.com
|
./acme.sh --install -m my@example.com
|
||||||
```
|
```
|
||||||
|
@ -41,7 +41,7 @@ cd acme.sh
|
||||||
## 4. Advanced installation
|
## 4. Advanced installation
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/acmesh-official/acme.sh.git
|
git clone --depth 1 https://github.com/acmesh-official/acme.sh.git
|
||||||
cd acme.sh
|
cd acme.sh
|
||||||
./acme.sh --install \
|
./acme.sh --install \
|
||||||
--home ~/myacme \
|
--home ~/myacme \
|
||||||
|
@ -64,5 +64,3 @@ Explanations :
|
||||||
- `--accountkey` is the file saving your account private key. By default, it's saved in `--config-home`.
|
- `--accountkey` is the file saving your account private key. By default, it's saved in `--config-home`.
|
||||||
- `--useragent` is the user-agent header value used to send to Let's Encrypt.
|
- `--useragent` is the user-agent header value used to send to Let's Encrypt.
|
||||||
- `--nocron` install acme.sh without cronjob
|
- `--nocron` install acme.sh without cronjob
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue