mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #209] [Feature] 希望大佬搞下“百度智能云”的证书部署 #131
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#131
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 @jason1235 on GitHub (Oct 17, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/209
功能描述
希望大佬搞下“百度智能云”的证书部署
其他信息
相关接口文档:https://cloud.baidu.com/doc/CDN/s/qjzuz2hp8
@muziqiu2 commented on GitHub (Oct 22, 2024):
同求,目前在使用百度智能云cdn,并且百度智能云cdn有相关支持接口,希望可以支持
@usual2970 commented on GitHub (Nov 5, 2024):
已支持 v0.2.14 感谢 @fudiwei
@tuoxiansp commented on GitHub (Nov 6, 2024):
大佬,我往百度云部署证书遇到了报错,部署失败:failed to execute sdk request 'cdn.PutCert': [Code: DomainConfig.InvalidArgument; Message: the certificate does not match the domain([我的目标域名]); RequestId: 9a753364-3697-4435-8173-66af72f5e818]
下载证书,并用 openssl verify 命令检查,发现 CN=根域名 而非我的目标域名
@tuoxiansp commented on GitHub (Nov 6, 2024):
目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题
@fudiwei commented on GitHub (Nov 6, 2024):
BUG 上报请新开一个 Issue,附上详细截图或其他相关信息
@tuoxiansp commented on GitHub (Nov 6, 2024):
刚刚 clone 项目 debug 了,发现是我自己的问题。
很抱歉,是我用法有误,在填写域名的位置填了根域名。