acmesh-official / acme.sh

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

Verify error:Invalid response from [domain] #1151

Open huajialue04 opened 6 years ago

huajialue04 commented 6 years ago

安装v2ray的tls时,执行以下命令生成证书: sudo ~/.acme.sh/acme.sh --issue -d mydomain.me --standalone -k ec-256 [Fri Dec 22 13:13:39 CST 2017] Standalone mode. [Fri Dec 22 13:13:39 CST 2017] Single domain='mydomain.me' [Fri Dec 22 13:13:39 CST 2017] Getting domain auth token for each domain [Fri Dec 22 13:13:39 CST 2017] Getting webroot for domain='mydomain.me' [Fri Dec 22 13:13:39 CST 2017] Getting new-authz for domain='mydomain.me' [Fri Dec 22 13:13:40 CST 2017] The new-authz request is ok. [Fri Dec 22 13:13:41 CST 2017] Verifying:mydomain.me [Fri Dec 22 13:13:41 CST 2017] Standalone mode server [Fri Dec 22 13:13:45 CST 2017] mydomain.me:Verify error:Invalid response from http://mydomain.me/.well-known/acme-challenge/Gas_eFo1VsnpKZVJQOmQskvuNla23cN2xRYTXTLyyh8: [Fri Dec 22 13:13:45 CST 2017] Please add '--debug' or '--log' to check more details. [Fri Dec 22 13:13:45 CST 2017] See: https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh 域名已经解析成功了。出现粗体字所示错误,是什么问题呢,该怎么办呢?

Neilpang commented 6 years ago

https://github.com/Neilpang/acme.sh/wiki/How-to-debug-acme.sh

Shadesoul commented 6 years ago

mydomain.me是要替换成你的域名才可以的。否则你证书给谁呀?