Updated 说明 (markdown)

master
Noman 2016-09-30 00:26:05 +08:00
parent a11f2336e5
commit 18c1ff8a66
1 changed files with 1 additions and 1 deletions

@ -65,7 +65,7 @@ acme.sh --issue -d mydomain.com --standalone
这种方式的好处是,你不需要任何服务器, 不需要任何公网ip, 只需要dns的解析记录即可完成生成域名. 这种方式的好处是,你不需要任何服务器, 不需要任何公网ip, 只需要dns的解析记录即可完成生成域名.
``` ```
acme.sh --issue -d mydomain.com --dns acme.sh --issue --dns -d mydomain.com
``` ```
然后, **acme.sh** 会生成相应的 解析记录显示出来, 你只需要在你的域名管理面板中添加这条 txt 记录即可. 然后, **acme.sh** 会生成相应的 解析记录显示出来, 你只需要在你的域名管理面板中添加这条 txt 记录即可.