首先更新ACME工具
1 | acme.sh --upgrade --auto-upgrade |
然后使用以下命令更新证书:
(1)非DNS验证方式
1 | acme.sh --renew -d yourdomian.com |
(2)DNS验证方式(如果你使用第一个命令更新,域名是用的DNS验证方式,会有提示)
1 | acme.sh --issue -d yourdomian.com --dns \ |
1 | --yes-I-know-dns-manual-mode-enough-go-ahead-please |
然后重启LNMP
1 | lnmp restart |
原文链接:https://xiaohost.com/3575.html,转载请注明出处。
评论0