mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #827] [Bug] 阿里云ALB部署证书提示上传的证书找不到 #563
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#563
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 @xiaxxia on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/827
软件版本 / Release Version
v0.3.19
缺陷描述 / Description
复现步骤 / Steps to reproduce
1
日志 / Logs
其他 / Miscellaneous
No response
贡献 / Contribution
@xiaxxia commented on GitHub (Jun 26, 2025):
从日志中看到上传了证书,但是在阿里云证书管理中没找到这个证书ID
@xiaxxia commented on GitHub (Jun 26, 2025):
@fudiwei commented on GitHub (Jun 27, 2025):
已修复,请等待发版。
阿里云自身的 Bug,中国站的控制台里只能显示 cn-hangzhou 下的证书,国际站的控制台里只能显示 ap-southeast-1 下的证书。但你在中国站里买了海外地域的服务,证书需要上传到 ap-southeast-1 下,可中国站的控制台里 CAS 服务又没有切换地域的入口。
你可以通过 https://api.aliyun.com/api/cas/2020-04-07/ListUserCertificateOrder?RegionId=ap-southeast-1 API 来查看 ap-southeast-1 下的证书列表(注意 OrderType 参数需要填写为 "UPLOAD")。