From 035e1b9329e56adea49555235e28d20ecc64aea5 Mon Sep 17 00:00:00 2001 From: Totoro <16508814+affvps@users.noreply.github.com> Date: Wed, 30 Jun 2021 22:21:11 +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 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/说明.md b/说明.md index ef7a146..dfc1624 100644 --- a/说明.md +++ b/说明.md @@ -74,14 +74,18 @@ acme.sh --issue -d mydomain.com --standalone 坏处是,如果不同时配置 Automatic DNS API,使用这种方式 acme.sh 将无法自动更新证书,每次都需要手动再次重新解析验证域名所有权。 ``` -acme.sh --issue --dns -d mydomain.com +acme.sh --issue --dns -d mydomain.com \ + --yes-I-know-dns-manual-mode-enough-go-ahead-please + ``` 然后, **acme.sh** 会生成相应的解析记录显示出来, 你只需要在你的域名管理面板中添加这条 txt 记录即可. 等待解析完成之后, 重新生成证书: ``` -acme.sh --renew -d mydomain.com +acme.sh --renew -d mydomain.com \ + --yes-I-know-dns-manual-mode-enough-go-ahead-please + ``` 注意第二次这里用的是 `--renew`