mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #592] [Bug] 证书无法正常颁发 #391
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#391
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 @dancebear on GitHub (Apr 7, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/592
问题描述 / Description
执行后报错:
error: one or more domains had a problem: [git.xxx.com] invalid authorization: acme: error: 403 :: urn:ietf:params:acme:error:unauthorized :: No TXT record found at _acme-challenge.git.xxx.com
在腾讯云的操作日志显示:
删除记录 TXT 记录 默认 线路 www 值 QLdRoV0PmEV2Ee7h6iIgLNsLroFR32fMOjqGGNmvumo (2011776045)
添加 TXT 记录 默认 线路 www 值 QLdRoV0PmEV2Ee7h6iIgLNsLroFR32fMOjqGGNmvumo (2011776045)
并未像其他的域名一样操作日志为:
删除记录 TXT 记录 默认 线路 _acme-challenge.file.test 值 bmF-tr0x_bNzvfOK-JmC3C-x9XpKo9HOwdzdaL00TMY (2011686584)
添加 TXT 记录 默认 线路 _acme-challenge.file.test 值 bmF-tr0x_bNzvfOK-JmC3C-x9XpKo9HOwdzdaL00TMY (2011686584)
但是同样的域名,lego的话可以正常颁发证书
其他 / Miscellaneous
No response
@fudiwei commented on GitHub (Apr 7, 2025):
请按模板创建 Issue