mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #268] [MERGED] feat: multiple certificate formats #893
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#893
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/268
Author: @fudiwei
Created: 10/26/2024
Status: ✅ Merged
Merged: 10/29/2024
Merged by: @usual2970
Base:
main← Head:feat/multiple-certificate-formats📝 Commits (6)
e7870e2feat: support specified shell on deployment to localadad5d8feat: support specified format on deployment to local/ssh305f3deMerge branch 'main' into feat/multiple-certificate-formats6d7a91frefactor: clean code009e8fbfeat: preset scripts on deployment to localb47a1a1feat: support jks format📊 Changes
15 files changed (+1096 additions, -172 deletions)
View changed files
📝
go.mod(+3 -1)📝
go.sum(+4 -1)📝
internal/deployer/deployer.go(+61 -12)📝
internal/deployer/local.go(+98 -46)📝
internal/deployer/ssh.go(+100 -54)➕
internal/pkg/utils/fs/fs.go(+51 -0)📝
internal/pkg/utils/x509/x509.go(+27 -2)📝
ui/src/components/certimate/DeployEditDialog.tsx(+4 -1)📝
ui/src/components/certimate/DeployToHuaweiCloudELB.tsx(+1 -1)➕
ui/src/components/certimate/DeployToLocal.tsx(+450 -0)📝
ui/src/components/certimate/DeployToSSH.tsx(+244 -34)📝
ui/src/i18n/locales/en/nls.domain.json(+26 -8)📝
ui/src/i18n/locales/zh/nls.domain.json(+25 -10)📝
ui/src/pages/dashboard/Dashboard.tsx(+1 -1)📝
ui/src/pages/history/History.tsx(+1 -1)📄 Description
此 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.