From 8db7c55579a5fd106bb33505291eee7c77f70873 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 4 Oct 2016 23:46:56 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E8=AF=B4=E6=98=8E=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 说明.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/说明.md b/说明.md index 3ddbbe3..426637b 100644 --- a/说明.md +++ b/说明.md @@ -154,6 +154,21 @@ acme.sh --upgrade --auto-upgrade 0 ``` +# 5. 出错怎么办: +如果出错, 请添加 debug log: + +``` +acme.sh --issue ..... --debug +``` +或者: +``` +acme.sh --issue ..... --debug 2 +``` + +请参考: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh + + + 最后, 本文并非完全的使用说明, 还有很多高级的功能, 更高级的用法请参看其他 wiki 页面. https://github.com/Neilpang/acme.sh/wiki \ No newline at end of file