Updated 说明 (markdown)
parent
a9815ba85d
commit
035e1b9329
8
说明.md
8
说明.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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue