acmesh-official / acme.sh

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

我能否通过ACME.sh更新七牛云自定义源站域名 #5086

Open utopeadia opened 7 months ago

utopeadia commented 7 months ago

我能否通过ACME.sh更新七牛云对象存储中的自定义源站域名(而非CDN域名) image 我使用acme.sh申请了img.exampleA.com和img.exampleB.com两个域名,然后通过deploy部署:

acme.sh --deploy -d img.exampleA.com --deploy-hook qiniu
acme.sh --deploy -d img.exampleB.com --deploy-hook qiniu

然后我发现会返回 Error in updating domain img.wush.cc httpsconf: {"code":612,"error":"no such domain"} 七牛云后台可以看到上传了证书(这些证书是相同的) image

github-actions[bot] commented 7 months ago

Please upgrade to the latest code and try again first. Maybe it's already fixed. acme.sh --upgrade If it's still not working, please provide the log with --debug 2, otherwise, nobody can help you.

lian-store commented 2 months ago

你有找到解决方案吗?我也遇到了这个需求

utopeadia commented 2 months ago

你有找到解决方案吗?我也遇到了这个需求

目前没有找到比较好的解决方案

lian-store commented 2 months ago

https://httpsok.com/ 这个倒是能操作,不知道他们是怎么做到的,我也没找到七牛云有提供什么接口,不像阿里云那样,还能用CLI去操作