[GH-ISSUE #209] [Feature] 希望大佬搞下“百度智能云”的证书部署 #131

Closed
opened 2026-03-03 01:01:00 +03:00 by kerem · 6 comments
Owner

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

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
kerem 2026-03-03 01:01:00 +03:00
Author
Owner

@muziqiu2 commented on GitHub (Oct 22, 2024):

同求,目前在使用百度智能云cdn,并且百度智能云cdn有相关支持接口,希望可以支持

<!-- gh-comment-id:2429057181 --> @muziqiu2 commented on GitHub (Oct 22, 2024): 同求,目前在使用百度智能云cdn,并且百度智能云cdn有相关支持接口,希望可以支持
Author
Owner

@usual2970 commented on GitHub (Nov 5, 2024):

已支持 v0.2.14 感谢 @fudiwei

<!-- gh-comment-id:2455980585 --> @usual2970 commented on GitHub (Nov 5, 2024): 已支持 v0.2.14 感谢 @fudiwei
Author
Owner

@tuoxiansp commented on GitHub (Nov 6, 2024):

已支持 v0.2.14 感谢 @fudiwei

大佬,我往百度云部署证书遇到了报错,部署失败: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=根域名 而非我的目标域名

<!-- gh-comment-id:2459578774 --> @tuoxiansp commented on GitHub (Nov 6, 2024): > 已支持 v0.2.14 感谢 @fudiwei 大佬,我往百度云部署证书遇到了报错,部署失败: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=根域名 而非我的目标域名
Author
Owner

@tuoxiansp commented on GitHub (Nov 6, 2024):

已支持 v0.2.14 感谢 @fudiwei

大佬,我往百度云部署证书遇到了报错,部署失败: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=根域名 而非我的目标域名

目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题

<!-- gh-comment-id:2459662905 --> @tuoxiansp commented on GitHub (Nov 6, 2024): > > 已支持 v0.2.14 感谢 @fudiwei > > 大佬,我往百度云部署证书遇到了报错,部署失败: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=根域名 而非我的目标域名 目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题
Author
Owner

@fudiwei 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=根域名 而非我的目标域名

目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题

BUG 上报请新开一个 Issue,附上详细截图或其他相关信息

<!-- gh-comment-id:2459826098 --> @fudiwei 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=根域名 而非我的目标域名 > > 目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题 BUG 上报请新开一个 Issue,附上详细截图或其他相关信息
Author
Owner

@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=根域名 而非我的目标域名

目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题

BUG 上报请新开一个 Issue,附上详细截图或其他相关信息

刚刚 clone 项目 debug 了,发现是我自己的问题。

很抱歉,是我用法有误,在填写域名的位置填了根域名。

<!-- gh-comment-id:2460067514 --> @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=根域名 而非我的目标域名 > > > > > > 目前版本似乎有一个严重bug,会给所有子域名部署根域名证书,不是百度云这块代码的问题 > > BUG 上报请新开一个 Issue,附上详细截图或其他相关信息 刚刚 clone 项目 debug 了,发现是我自己的问题。 很抱歉,是我用法有误,在填写域名的位置填了根域名。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#131
No description provided.