From 33492b04cff54461710fc8d03fb6d4ee9957c1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E4=BC=9F=E4=BD=B3?= Date: Thu, 24 Nov 2016 22:41:02 +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, 4 insertions(+), 4 deletions(-) diff --git a/说明.md b/说明.md index 46e8d02..6f5c319 100644 --- a/说明.md +++ b/说明.md @@ -28,7 +28,7 @@ curl https://get.acme.sh | sh ``` 并创建 一个 bash 的 alias, 方便你的使用: `acme.sh=~/.acme.sh/acme.sh` -2). 自动为你创建 cronjob, 每天 0:00 点自动检测所有的证书, 如果快过期了,需要更新,则会自动更新证书. +2). 自动为你创建 cronjob, 每天 0:00 点自动检测所有的证书, 如果快过期了, 需要更新, 则会自动更新证书. 更高级的安装选项请参考: https://github.com/Neilpang/acme.sh/wiki/How-to-install @@ -63,13 +63,13 @@ acme.sh --issue -d mydomain.com --standalone ### 2. dns 方式, 在域名上添加一条 txt 解析记录, 验证域名所有权. -这种方式的好处是,你不需要任何服务器, 不需要任何公网ip, 只需要dns的解析记录即可完成验证. +这种方式的好处是, 你不需要任何服务器, 不需要任何公网 ip, 只需要 dns 的解析记录即可完成验证. ``` -acme.sh --issue --dns -d mydomain.com +acme.sh --issue --dns -d mydomain.com ``` -然后, **acme.sh** 会生成相应的 解析记录显示出来, 你只需要在你的域名管理面板中添加这条 txt 记录即可. +然后, **acme.sh** 会生成相应的解析记录显示出来, 你只需要在你的域名管理面板中添加这条 txt 记录即可. 等待解析完成之后, 重新生成证书: ```