mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 13:15:55 +03:00
[GH-ISSUE #1032] [Feature] 考虑对Amazon Certificate Manager (ACM)证书签发的支持 #705
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#705
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 @NikoCat233 on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1032
功能描述 / Description
https://aws.amazon.com/cn/getting-started/hands-on/how-to-apply-ssl-tls-certificate
ACM现在
支持免费通过dns质询签发免费的ssl/tls证书收费的,并且可以导出至其他应用。与acme挑战不同的是,ACM要求用户添加cname到他们验证端点的解析记录。请求动机 / Motivation
同Let's encrypt一样,ACM允许免费签发包含wildcard域名的证书,并且其对每个验证值使用不同的cname记录,避免了占用txt记录导致的可能冲突。
其签发的免费证书有效期目前高达394天并且可以导出
其他 / Miscellaneous
局限性:
DNS记录的验证完全取决于ACM的自动化被动验证,客户端没有权限主动要求其验证
从ACM端点导出的私钥似乎必须要指定passpharse
贡献 / Contribution
@wang-lg commented on GitHub (Nov 10, 2025):
可导出的证书是收费的。
@NikoCat233 commented on GitHub (Nov 11, 2025):
确实是收费的