mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #728] [Feature] 支持 HashiCorp Vault 作为证书颁发机构 #491
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#491
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 @helixzz on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/728
功能描述 / Description
我们使用 HashiCorp Vault 作为内部 CA,使用其 PKI 服务来生成或签发证书。
Vault 可以支持基于 API 方式调用。
期望 Certimate 添加对 Vault 的支持。
请求动机 / Motivation
Vault 是广泛被使用的 Secret 管理解决方案之一,在许多企业内被使用。支持 Vault 可以使 Certimate 能够在公司内网环境自动化管理内部证书。
其他 / Miscellaneous
Vault 的 API 文档:https://developer.hashicorp.com/vault/api-docs
贡献 / Contribution
@fudiwei commented on GitHub (May 27, 2025):
v0.3.13 起已支持自定义 ACME CA 端点,你可以将 Vault 的 ACME 端点填入到授权管理中(如
http://<your-vault-server>/v1/pki_int/acme/directory)。https://developer.hashicorp.com/vault/tutorials/pki/pki-acme-caddy
我们没有提供预置的自签名 CA 的计划;短期内也没有以 WebAPI 形式接入 CA 的计划。