mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #347] 阿里云负载均衡ALB中,监听器中多个域名证书,会覆盖默认服务器证书 #208
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#208
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 @cc1990 on GitHub (Nov 19, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/347
描述问题
阿里云负载均衡ALB中,同一个监听ID有多个域名,在证书部署时会覆盖默认服务器证书,导致默认服务器证书对应的域名项目无法正常访问,同时需要部署的域名证书也没有正常更新
复现步骤
阿里云
期望的结果
当监听存在多个证书时,能根据相同的域名来覆盖证书,而不是替换默认的服务器证书
截图

环境
其他信息
无
@fudiwei commented on GitHub (Nov 19, 2024):
我再确认一下,需要通过 certimate 部署的不是你监听器的默认证书、而只是 SNI 证书,是这个意思吗?
@cc1990 commented on GitHub (Nov 20, 2024):
是的。
@xkkker commented on GitHub (Dec 5, 2024):
遇到同样的问题,当阿里云clb绑定了扩展域名时,certimate无法正确更新对应的扩展域名的证书,而是替换默认的服务器证书