Updated 说明 (markdown)

master
Farr 2024-05-23 19:31:24 +08:00
parent 4e5e04af80
commit b5f4f48027
1 changed files with 7 additions and 0 deletions

@ -65,6 +65,13 @@ acme.sh --issue -d mydomain.com --nginx
acme.sh --issue -d mydomain.com --standalone
```
acme.sh脚本默认ca服务器是zerossl经常出错会导致获取证书的时候一直出现Pending, The CA is processing your order, please just wait.
只需要把ca服务器改成letsencrypt 即可虽然更改以后还是有概率出现pending但基本2-3次即可成功
```
acme.sh --set-default-ca --server letsencrypt
```
更高级的用法请参考: https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert