mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-09-01 06:45:23 +00:00
remove spaces
@@ -73,11 +73,11 @@ docker run --rm -itd \
|
|||||||
### 2. Then you can just use `docker exec` to execute any acme.sh commands.
|
### 2. Then you can just use `docker exec` to execute any acme.sh commands.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker exec acme.sh --help
|
docker exec acme.sh --help
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
```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.
|
Yes, again, You can use **any commands** that **acme.sh** supports here.
|
||||||
|
Reference in New Issue
Block a user