From 67b785aba62c68e1524138aa0ae638884311cf81 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Sun, 28 Jul 2019 11:38:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/说明.md b/说明.md index 7c16090..b451813 100644 --- a/说明.md +++ b/说明.md @@ -68,7 +68,7 @@ acme.sh --issue -d mydomain.com --standalone 更高级的用法请参考: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert -### 2. dns 方式, 在域名上添加一条 txt 解析记录, 验证域名所有权. +### 2. 手动 dns 方式, 手动在域名上添加一条 txt 解析记录, 验证域名所有权. 这种方式的好处是, 你不需要任何服务器, 不需要任何公网 ip, 只需要 dns 的解析记录即可完成验证. 坏处是,如果不同时配置 Automatic DNS API,使用这种方式 acme.sh 将无法自动更新证书,每次都需要手动再次重新解析验证域名所有权。