mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #900] 不能使用cloudflare的API令牌申请证书,总是失败。 #612
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#612
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 @chdeast on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/900
软件版本 / Release Version
v0.3.25
缺陷描述 / Description
不能使用cloudflare的API令牌申请证书,总是失败。
复现步骤 / Steps to reproduce
1.在cloudflare个人账户生成API令牌;
2.在Certimate授权管理新建授权;
3.Certimate创建工作流;
4.发布更改并执行;
5.执行历史状态显示失败。
日志 / Logs
@chdeast commented on GitHub (Aug 1, 2025):
deepseek的解释:
域名配置错误 (关键矛盾点)
您真正想要申请证书的域名是 *.acc.org。
但错误显示脚本却在查找一个完全不相关的域名 acme.nginxwebui.cn 的区域。
这表明您的 ACME 客户端(如 Certbot 或 NginxWebUI)的配置文件中,Cloudflare 凭证关联到了错误的域名 acme.nginxwebui.cn,而不是您实际需要的 acc.org。这是一个典型的配置失误。
请问如何修改?
@fudiwei commented on GitHub (Aug 1, 2025):
https://docs.certimate.me/docs/reference/faq/#%E6%97%A0%E6%B3%95%E7%94%B3%E8%AF%B7%E8%AF%81%E4%B9%A6