mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #842] [Bug] EdgeOne 的 ModifyHostsCertificate 接口支持提交多个域名,不支持泛域名 #572
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#572
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 @Trashblazer on GitHub (Jul 1, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/842
软件版本 / Release Version
v0.3.20
缺陷描述 / Description
根据
ModifyHostsCertificate接口的描述,Hosts可以接受多个域名,实现一次部署到多个域名上。而Certimate限制了用户只能填入一个域名字符串。如果要想部署泛域名证书到多个子域上只能分别创建部署过程。github.com/certimate-go/certimate@d6882cbc4f/pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go (L102)github.com/certimate-go/certimate@d6882cbc4f/pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go (L28-L29)ModifyHostsCertificate接口并不支持泛域名写法,如果提交*.example.com会报错。复现步骤 / Steps to reproduce
日志 / Logs
No response
其他 / Miscellaneous
No response
贡献 / Contribution
@fudiwei commented on GitHub (Jul 1, 2025):
如无特殊说明,所有“支持泛域名”均指的是“云服务商处本身以泛域名接入”,而不是“以泛域名匹配所有同级域名”。
即在 EdgeOne 本身接入的就是泛域名 *.example.com;而不是接入的 a.example.com、b.example.com,填 *.example.com 企图匹配两者。
@Trashblazer commented on GitHub (Jul 1, 2025):
明白了。
那
Hosts可以一次提交多域个名这个特性,@fudiwei 你怎么看