mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #80] [Feature] 阿里云CDN部署支持通配域名 #62
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#62
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 @callmerichman on GitHub (Sep 23, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/80
功能描述
我们阿里云的 CDN、DCDN 有很多域名(img1.example.com、img2.example.com、...),它们都属于同一个二级域名(example.com)。
我在申请证书时,填写的通配域名(*.example.com),证书申请成功,但是在部署时返回了 404 错误。
希望能够支持部署通配域名。
@usual2970 commented on GitHub (Oct 13, 2024):
感谢反馈~ 可使用 v0.2.0
注意 v0.2.0 对 v0.1.xx 引进了一些不向后兼容的修改
@callmerichman commented on GitHub (Oct 15, 2024):
使用最新版,申请通配证书(*.example.com)成功,部署到阿里云DCDN(域名:a.example.com、b.example.com、...)失败,依然提示 404

@usual2970 commented on GitHub (Oct 15, 2024):
部署配置怎么填的呢
@callmerichman commented on GitHub (Oct 15, 2024):
权限没有问题,图中的域名为演示截图,实际为我司使用的域名
@usual2970 commented on GitHub (Oct 15, 2024):
部署到域名:填具体的域名,比如 a.example.com ,不要填泛域名
如果有多个,就添加多个部署就行了
@callmerichman commented on GitHub (Oct 15, 2024):
好嘞感谢