mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #569] [Feature] 是否可以加入网宿 CDN Pro #373
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#373
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 @Anbool on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/569
功能描述 / Description
支持将证书发送到网宿 CDN Pro
请求动机 / Motivation
调研了一下目前似乎没有针对网宿 CDN Pro 的工具,目前网宿的客户基本都导流到了 CDN Pro 这个产品上,而且也是网宿重点发展的产品,是否可以新增这一服务商呢?这可能会是一个很好的 Feature
其他 / Miscellaneous
官网:https://www.wangsu.com/product/215
文档:https://www.wangsu.com/document/cdnpro/openapiintroduction
如果需要,我可以全力配合。
贡献 / Contribution
@fudiwei commented on GitHub (Mar 27, 2025):
没有上传证书?
@Anbool commented on GitHub (Mar 28, 2025):
抱歉,网宿那边提到这个接口需要申请权限,被我忽略了。我现在整理必要的接口并提供官方接口的 PDF 文件。
@Anbool commented on GitHub (Mar 28, 2025):
大哥,我已经准备好了资料。经过我的测试,网宿 CDN Pro 的流程有一些麻烦,最后我的建议是:
网宿.zip
@fudiwei commented on GitHub (Apr 8, 2025):
@Anbool 麻烦帮我确认几个事情:
CertId?还是返回不同的CertId?Version?还是返回不同的Version?TooManyVersions证书版本数量已达上限,这个上限是多少?@Anbool commented on GitHub (Apr 9, 2025):
我已经确认以下问题:
name入参唯一,否则就会抛出DuplicateName错误代码。一旦入参name每次不同就会创建不同的CertId与证书内容无关;Version;@fudiwei commented on GitHub (Apr 10, 2025):
@Anbool 这个有示例吗?
“API 账号的密钥”是啥?SecretKey 还是有个别的啥?
“时间戳”是啥?请求里没有时间戳相关的字段。是接口签名的那个时间戳?
“API 账号的密钥和时间戳对私钥进行加密”又是啥?谁是 AES 的 Key?最好个可以验证的示例,明文、密钥、密文都分别是什么。不然光写个 AES-128-CBC,又不知道密钥咋来的、还不知道填充方式,天知道该咋加密。
@fudiwei commented on GitHub (Apr 18, 2025):
#617