mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1117] [Bug] 51DNS提供商申请证书失败 #755
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#755
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 @13723778149 on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1117
Release Version / 软件版本
v.4.10
Description / 缺陷描述
选择51DNS提供商,运行工作流时,提示申请错误,对授权凭证进行了确认,没有前后空格,AK是正确的。
Steps to reproduce / 复现步骤
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Dec 22, 2025):
方便协助进行调试、或提供你的 API Key&Secret 吗?51DNS 的 API 是付费的,我没有相关权限,只能按照它的文档来封装。
文档里给出的
recordCount是一个 int:但错误日志中却显示它是一个 string 😕
如果可以协助调试,请在评论告知你所使用的操作系统及 CPU 架构,我会发送一个带有 debug 输出的开发版本可执行文件;如果可以提供 API Key&Secret,请发送我到的邮箱(点我的头像可在个人主页中查看)。
@13723778149 commented on GitHub (Dec 23, 2025):
非常谢谢,已经发送到您的邮箱[fudiwei@sina.com]
@fudiwei commented on GitHub (Dec 23, 2025):
@13723778149 感谢提供。调试已结束,请重置你的 API 密钥,以免数据泄露。
另外可能会有一些调试时遗留的 TXT 解析记录
_acme-challenge记得删除。@13723778149 commented on GitHub (Dec 24, 2025):
好的,感谢您解决了这个问题,非常棒,为certimate项目感到自豪。