mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #565] [Bug] 阿里WAF接口参数与文档不一样 证书ID取的参数不对 #371
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#371
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 @Meteor-showers on GitHub (Mar 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/565
软件版本 / Release Version
0.3.6
缺陷描述 / Description
@fudiwei 大佬 阿里WAF文档的这块写的有问题 接口也和其他地方不一样 证书id 需要用 CertIdentifier 这个字段 response里的 这个字段
复现步骤 / Steps to reproduce
部署的时候证书id取的值和其他接口不一样 要的CertIdentifier 这个 在response里的是 CertDetail 里的Id
日志 / Logs
其他 / Miscellaneous
No response
@fudiwei commented on GitHub (Mar 27, 2025):
默认证书传证书 ID,扩展证书传证书 CertIdentifier,是这个意思吗?
@Meteor-showers commented on GitHub (Mar 27, 2025):
对 默认的传证书id是对的 指定域名部署 就得传CertIdentifier才可以
@Meteor-showers commented on GitHub (Mar 27, 2025):
这是不指定域名 部署默认是可以的
@Meteor-showers commented on GitHub (Mar 27, 2025):
@fudiwei 大佬 "CertId":"197028-ap-southeast-1" 这样的效果
@Meteor-showers commented on GitHub (Mar 27, 2025):