mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #657] [Feature] 添加“自定义 ACME CA”(支持 step-ca、CFSSL 等)功能 #442
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#442
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 @sujoshua on GitHub (Apr 30, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/657
功能描述 / Description
添加对 自建 ACME v2 证书颁发服务(CA) 的支持。Certimate 当前已支持 Let's Encrypt、Buypass 等公有 CA,希望也能让用户填写自定义的 ACME Directory URL(例如 https://ca.internal/acme/acme/directory), 对接如 step-ca 或 CFSSL multirootca 等私有 ACME 服务。
请求动机 / Motivation
内网与空口环境的强烈需求
很多企业出于网络隔离、合规或自治需求,使用自建的 step-ca、CFSSL 等 CA 来管理证书。它们虽然兼容 ACME 协议,但目前 Certimate 无法配置这些 CA,限制了使用范围。
更短生命周期 / 私有信任 / 无 CT 日志
自建 CA 支持 8 小时 / 24 小时 等短周期证书,避免被纳入 CT 公共透明日志,更适合敏感或临时场景。
其他 / Miscellaneous
无
贡献 / Contribution