wulabing / V2Ray_ws-tls_bash_onekey

MIT License
2.11k stars 922 forks source link

[错误] SSL 证书测试签发失败 #9

Open 2497773206 opened 3 years ago

2497773206 commented 3 years ago

[Tue Aug 17 16:40:27 CST 2021] Changed default CA to: https://acme-v02.api.letsencrypt.org/directory [Tue Aug 17 16:40:27 CST 2021] Using ACME_DIRECTORY: https://acme-staging-v02.api.letsencrypt.org/directory [Tue Aug 17 16:40:28 CST 2021] Using CA: https://acme-staging-v02.api.letsencrypt.org/directory [Tue Aug 17 16:40:28 CST 2021] Standalone mode. [Tue Aug 17 16:40:28 CST 2021] Creating domain key [Tue Aug 17 16:40:28 CST 2021] The domain key is here: /root/.acme.sh/xxxx.com_ecc/xxxx.com.key [Tue Aug 17 16:40:28 CST 2021] Single domain='xxxx.com' [Tue Aug 17 16:40:28 CST 2021] Getting domain auth token for each domain [Tue Aug 17 16:40:31 CST 2021] Getting webroot for domain='xxxx.com' [Tue Aug 17 16:40:31 CST 2021] Verifying: xxxx.com [Tue Aug 17 16:40:31 CST 2021] Standalone mode server [Tue Aug 17 16:40:33 CST 2021] Pending, The CA is processing your order, please just wait. (1/30) [Tue Aug 17 16:40:35 CST 2021] xxxx.com:Verify error:Fetching http://xxxx.com/.well-known/acme-challenge/62i-V2LMbhfR2CZPVHgfg9uA8ZJR1tMUAIh3Dv1DN0I: Error getting validation data [Tue Aug 17 16:40:35 CST 2021] Please add '--debug' or '--log' to check more details. [Tue Aug 17 16:40:35 CST 2021] See: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh [错误] SSL 证书测试签发失败

guleng commented 3 years ago

遇到同样错误~

marxhehe commented 2 years ago

试了手动acme签发证书不成功。。。。

guleng commented 2 years ago

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl https://get.acme.sh | sh -s email=admin@youremail.com 添加-s 参数, 把你的邮箱放进去. 很有效!

kingfocus31 commented 2 years ago

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl https://get.acme.sh | sh -s email=admin@youremail.com 添加-s 参数, 把你的邮箱放进去. 很有效!

邮箱有要求吗?加了还是报错

shaonianche commented 2 years ago

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl get.acme.sh | sh -s email=admin@youremail.com 添加-s 参数, 把你的邮箱放进去. 很有效!

邮箱有要求吗?加了还是报错

加引号试试呢?我的可以了


curl get.acme.sh | sh -s email="admin@youremail.com"
marxhehe commented 2 years ago

@marxhehe 证书签发错误的原因是签发服务器已经不认默认的邮箱名:@example.com, 请修改脚本第430 行 curl https://get.acme.sh | sh -s email=admin@youremail.com 添加-s 参数, 把你的邮箱放进去. 很有效!

Bandwagon 默认不开启防火墙 我也不知道具体是怎么管理的。 但是我手动开启了防火墙,然后开放了80端口,就可以拿到证书了。

wcsyzj commented 2 years ago

如果添加邮箱参数无效,可以https://github.com/wcsyzj/V2Ray_ws-tls_bash_onekey/commit/62d428653996570c6158f5aa33de220eb2c03d4c