Updated Enable acme.sh log (markdown)

master
neil 2017-04-26 13:42:32 +08:00
parent 93c8179f38
commit 0140ffb2dd
1 changed files with 2 additions and 1 deletions

@ -7,7 +7,7 @@ acme.sh --install --log
``` ```
If you forget to enable log when installing, you can enable log by any command. If you forget to enable log when installing, you can enable log by any command.
Exampl: enable log when issue cert: Example: enable log when issuing a cert:
``` ```
acme.sh --issue .... --log acme.sh --issue .... --log
@ -31,3 +31,4 @@ set log level to `2`
acme.sh --issue ..... --log --log-level 2 acme.sh --issue ..... --log --log-level 2
``` ```