acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
37.65k stars 4.84k forks source link

stateless 模式获取多个域名证书失败 #3174

Open deadlineOvO opened 3 years ago

deadlineOvO commented 3 years ago

Steps to reproduce

sudo su -lc "acme.sh --home /etc/acme.sh --issue -d admin0.cf -d admin0.ml -d m.admin0.cf -d m.admin0.ml -d www.admin0.cf -d www.admin0.ml --stateless --debug 2"

提示 Verify error:The key authorization file from the server did not match this challenge 但是我按照 https://github.com/acmesh-official/acme.sh/wiki/Stateless-Mode 获取并设置了 key thumbprint

Debug log

acme.sh  --issue .....   --debug 2

http://fars.ee/dF5a

Neilpang commented 3 years ago

改用 webroot 模式 或者 nginx 模式.

deadlineOvO commented 3 years ago

改用 webroot 模式 或者 nginx 模式.

是 stateless 模式有什么限制吗?

Neilpang commented 3 years ago

费时间

deadlineOvO commented 3 years ago

费时间

所以是耗时比较长并且因为域名比较多导致的失败?