[GH-ISSUE #1064] 使用AliDNS申请证书,example.com会使用com.作为域名 #717

Closed
opened 2026-03-03 01:05:28 +03:00 by kerem · 2 comments
Owner

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 / 日志

acme: cleaning up failed: alicloud: zone com. not found in AliDNS for domain _acme-challenge.example.com.
failed to obtain certificate: error: one or more domains had a problem: [*.example.com] [*.example.com] acme: error presenting token: alicloud: zone com. not found in AliDNS for domain _acme-challenge.example.com.

Miscellaneous / 其他

No response

Contribution / 贡献代码

  • I am interested in contributing a PR for this! / 我乐意为此提交代码并发起 PR!
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 / 日志 <details> ```console acme: cleaning up failed: alicloud: zone com. not found in AliDNS for domain _acme-challenge.example.com. failed to obtain certificate: error: one or more domains had a problem: [*.example.com] [*.example.com] acme: error presenting token: alicloud: zone com. not found in AliDNS for domain _acme-challenge.example.com. ``` </details> ### Miscellaneous / 其他 _No response_ ### Contribution / 贡献代码 - [ ] I am interested in contributing a PR for this! / 我乐意为此提交代码并发起 PR!
kerem 2026-03-03 01:05:28 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@fudiwei commented on GitHub (Nov 27, 2025):

example.com 是脱敏后的域名、还是你真的要签发一张这个域名的证书?

如果是前者,说明 SOA 记录有误,你可以利用 nslookup 等工具检查一下 SOA 查询是否能返回正确的主域名。

注意,对于刚刚完成注册或转移的域名,SOA 通常需要等待 48~72 小时后才会在全球范围生效。

<!-- gh-comment-id:3584143373 --> @fudiwei commented on GitHub (Nov 27, 2025): `example.com` 是脱敏后的域名、还是你真的要签发一张这个域名的证书? 如果是前者,说明 SOA 记录有误,你可以利用 nslookup 等工具检查一下 SOA 查询是否能返回正确的主域名。 注意,对于刚刚完成注册或转移的域名,SOA 通常需要等待 48~72 小时后才会在全球范围生效。
Author
Owner

@vxzyfx commented on GitHub (Nov 27, 2025):

非常感谢,发现是SOA的问题

<!-- gh-comment-id:3584578795 --> @vxzyfx commented on GitHub (Nov 27, 2025): 非常感谢,发现是SOA的问题
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#717
No description provided.