mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #738] [Bug] 通过阿里云 CAS 创建 DCDN 部署任务失败 #495
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#495
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Anbool on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/738
软件版本 / Release Version
v0.3.14
缺陷描述 / Description
获得
DescribeDeploymentJob接口响应体后,Status字段返回了editing值,然后程序快速返回了unexpected deployment job status我在
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go看到了相关代码:github.com/usual2970/certimate@a4f736e0f3/internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go (L144-L146)后续我通过 OpenAPI 门户查看到该部署任务一直处于
editing状态,这是为什么呢?复现步骤 / Steps to reproduce
按照正常的操作流程
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@Anbool commented on GitHub (May 28, 2025):
抱歉,自己上传的证书通过 CAS 部署到云产品是需要消耗部署次数的,而部署次数又是收费的。详见:https://help.aliyun.com/zh/ssl-certificate/user-guide/deploy-ssl-certificates-to-alibaba-cloud-services?spm=a2c4g.11186623.help-menu-28533.d_2_0_2_3.46be45ecf5lC2i
真狗!