mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[GH-ISSUE #1064] 使用AliDNS申请证书,example.com会使用com.作为域名 #717
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#717
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 @vxzyfx on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1064
Release Version / 软件版本
v0.4.6
Description / 缺陷描述
使用AliDNS申请证书,example.com会使用com.作为域名
Steps to reproduce / 复现步骤
使用阿里云DNS托管的域名,使用dns验证
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码
@fudiwei commented on GitHub (Nov 27, 2025):
example.com是脱敏后的域名、还是你真的要签发一张这个域名的证书?如果是前者,说明 SOA 记录有误,你可以利用 nslookup 等工具检查一下 SOA 查询是否能返回正确的主域名。
注意,对于刚刚完成注册或转移的域名,SOA 通常需要等待 48~72 小时后才会在全球范围生效。
@vxzyfx commented on GitHub (Nov 27, 2025):
非常感谢,发现是SOA的问题