mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Updated How to debug le.sh (markdown)
@@ -1,7 +1,14 @@
|
||||
Defining a macro `DEBUG=1` can make `le.sh` output detailed debug info.
|
||||
Use `--debug` parameter to output detailed debug info.
|
||||
|
||||
For example:
|
||||
|
||||
```
|
||||
DEBUG=1 le.sh issue /home/.............
|
||||
le.sh --issue /home/............. --debug
|
||||
```
|
||||
|
||||
|
||||
To output more detailed info:
|
||||
|
||||
```
|
||||
le.sh --issue /home/............ --debug 2
|
||||
```
|
||||
Reference in New Issue
Block a user