mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2024-12-27 01:10:10 +08:00
remove spaces
parent
1fe8077ed0
commit
ea5001a5bf
@ -73,11 +73,11 @@ docker run --rm -itd \
|
||||
### 2. Then you can just use `docker exec` to execute any acme.sh commands.
|
||||
|
||||
```sh
|
||||
docker exec acme.sh --help
|
||||
docker exec acme.sh --help
|
||||
```
|
||||
|
||||
```sh
|
||||
docker exec acme.sh --issue -d example.com --standalone
|
||||
docker exec acme.sh --issue -d example.com --standalone
|
||||
```
|
||||
|
||||
Yes, again, You can use **any commands** that **acme.sh** supports here.
|
||||
|
Loading…
Reference in New Issue
Block a user