mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #939] [Feature] 希望申请证书增加复用私钥的选项 #642
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#642
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 @IamAbler on GitHub (Aug 29, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/939
功能描述 / Description
在续期证书时,可以复用已有的私钥,而不是每次生成新的密钥对。
请求动机 / Motivation
目前certimate默认每次续期证书都会生成新的私钥,这对一些需要固定公钥的场景不太友好。支持复用私钥可以提升证书管理的灵活性。
其他 / Miscellaneous
lego CLI 已支持
--reuse-key参数,可作为参考。贡献 / Contribution
@LeenHawk commented on GitHub (Sep 13, 2025):
+1 caddy也支持