mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1121] [MERGED] IP address certificates #1149
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#1149
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/1121
Author: @fudiwei
Created: 12/24/2025
Status: ✅ Merged
Merged: 12/25/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (10+)
027bc71fix(ui): incorrect regexp to determine whether is a domain nameb1b9b87feat: support uploading ip addresses certificatesea22bdafeat: support deploying ip addresses certificatesc79762arefactor: extract x509 utilsc76d18drefactor: clean codee0e1283feat: validate pem certificate or private key in frontendf198e7bfeat: support applying ip addresses certificatesbdfc8d0feat: allow fallback to scp when use ssh during http-01 challenge0f0612bchore(deps): upgrade gomod dependencies4ff6418chore(deps): upgrade npm dependencies📊 Changes
68 files changed (+1957 additions, -1148 deletions)
View changed files
📝
cmd/intercmd.go(+1 -0)📝
go.mod(+10 -10)📝
go.sum(+21 -0)📝
internal/certacme/client_obtain.go(+3 -2)📝
internal/certificate/service.go(+1 -41)📝
internal/domain/certificate.go(+2 -1)📝
internal/domain/dtos/certificate.go(+2 -20)📝
internal/domain/workflow.go(+7 -2)📝
internal/rest/handlers/certificates.go(+0 -32)📝
internal/workflow/engine/executor_bizapply.go(+24 -1)📝
internal/workflow/engine/executor_bizmonitor.go(+3 -2)➖
migrations/1766419200_upgrade_v0.4.11.go(+0 -30)➕
migrations/1766592000_upgrade_v0.4.11.go(+220 -0)📝
pkg/core/deployer/providers/webhook/webhook.go(+5 -4)➕
pkg/utils/cert/x509/x509.go(+64 -0)📝
ui/package-lock.json(+310 -115)📝
ui/package.json(+11 -5)📝
ui/src/App.tsx(+2 -1)📝
ui/src/api/certificates.ts(+0 -48)📝
ui/src/components/access/AccessEditDrawer.tsx(+4 -3)...and 48 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.