[PR #1022] [MERGED] feat: reusing certificates key #1106

Closed
opened 2026-03-03 01:07:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1022
Author: @fudiwei
Created: 11/3/2025
Status: Merged
Merged: 11/3/2025
Merged by: @fudiwei

Base: mainHead: feat/reuse-key


📝 Commits (1)

  • 186a18d feat: reusing certificates key

📊 Changes

33 files changed (+581 additions, -250 deletions)

View changed files

📝 cmd/intercmd.go (+1 -1)
📝 internal/certapply/client_certifier.go (+16 -3)
📝 internal/certificate/service.go (+16 -2)
📝 internal/domain/certificate.go (+6 -52)
📝 internal/domain/dtos/certificate.go (+2 -1)
📝 internal/domain/workflow.go (+7 -3)
📝 internal/workflow/engine/executor_bizapply.go (+41 -15)
📝 migrations/1760486400_m0.4.1.go (+46 -43)
migrations/1761883200_m0.4.3.go (+0 -56)
migrations/1762142400_m0.4.3.go (+218 -0)
📝 pkg/core/ssl-deployer/providers/tencentcloud-cdn/tencentcloud_cdn.go (+2 -2)
📝 pkg/core/ssl-deployer/providers/tencentcloud-ecdn/tencentcloud_ecdn.go (+2 -2)
📝 pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go (+2 -2)
📝 pkg/core/ssl-deployer/providers/volcengine-cdn/volcengine_cdn.go (+2 -2)
📝 pkg/core/ssl-deployer/providers/volcengine-live/volcengine_live.go (+2 -2)
📝 pkg/utils/cert/hostname/hostname.go (+2 -2)
📝 pkg/utils/cert/hostname/hostname_test.go (+5 -5)
pkg/utils/crypto/key/key.go (+46 -0)
📝 ui/src/api/certificates.ts (+17 -17)
📝 ui/src/api/workflows.ts (+6 -7)

...and 13 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 申请证书时支持复用私钥或指定私钥。关闭 #939

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/1022 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `feat/reuse-key` --- ### 📝 Commits (1) - [`186a18d`](https://github.com/certimate-go/certimate/commit/186a18db6d3d545eccc73fef9a14194982f36dbe) feat: reusing certificates key ### 📊 Changes **33 files changed** (+581 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `cmd/intercmd.go` (+1 -1) 📝 `internal/certapply/client_certifier.go` (+16 -3) 📝 `internal/certificate/service.go` (+16 -2) 📝 `internal/domain/certificate.go` (+6 -52) 📝 `internal/domain/dtos/certificate.go` (+2 -1) 📝 `internal/domain/workflow.go` (+7 -3) 📝 `internal/workflow/engine/executor_bizapply.go` (+41 -15) 📝 `migrations/1760486400_m0.4.1.go` (+46 -43) ➖ `migrations/1761883200_m0.4.3.go` (+0 -56) ➕ `migrations/1762142400_m0.4.3.go` (+218 -0) 📝 `pkg/core/ssl-deployer/providers/tencentcloud-cdn/tencentcloud_cdn.go` (+2 -2) 📝 `pkg/core/ssl-deployer/providers/tencentcloud-ecdn/tencentcloud_ecdn.go` (+2 -2) 📝 `pkg/core/ssl-deployer/providers/tencentcloud-eo/tencentcloud_eo.go` (+2 -2) 📝 `pkg/core/ssl-deployer/providers/volcengine-cdn/volcengine_cdn.go` (+2 -2) 📝 `pkg/core/ssl-deployer/providers/volcengine-live/volcengine_live.go` (+2 -2) 📝 `pkg/utils/cert/hostname/hostname.go` (+2 -2) 📝 `pkg/utils/cert/hostname/hostname_test.go` (+5 -5) ➕ `pkg/utils/crypto/key/key.go` (+46 -0) 📝 `ui/src/api/certificates.ts` (+17 -17) 📝 `ui/src/api/workflows.ts` (+6 -7) _...and 13 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 申请证书时支持复用私钥或指定私钥。关闭 #939 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:42 +03:00
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#1106
No description provided.