mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1022] [MERGED] feat: reusing certificates key #1106
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#1106
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?
📋 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:
main← Head:feat/reuse-key📝 Commits (1)
186a18dfeat: 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 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.