mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #952] [MERGED] v0.4 http-01 challenge #1085
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#1085
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/952
Author: @fudiwei
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @fudiwei
Base:
next← Head:dev📝 Commits (9)
4768779refactor: certdeploy module34dd521refactor: notify modulea5da1e4feat(provider): new acme http-01 provider: sshba37eeerefactor(ui): clean codec17d27cfeat(ui): NotificationProviderPickerfb4dd92feat(ui): display both available and unavailable providers3d5f2f4feat(ui): auto set provider access after pick provider9139a45feat(ui): enhance providers selectb9af584feat(ui): http-01 challenge📊 Changes
66 files changed (+2172 additions, -1033 deletions)
View changed files
📝
cmd/intercmd.go(+1 -1)➕
internal/certapply/applicators/sp_ssh.go(+51 -0)📝
internal/certapply/client_certifier.go(+3 -3)➕
internal/certdeploy/client.go(+25 -0)➕
internal/certdeploy/client_deployer.go(+49 -0)📝
internal/certdeploy/deployers/sp_ssh.go(+11 -9)➖
internal/deployer/deployer.go(+0 -75)➖
internal/deployer/providers.go(+0 -25)📝
internal/domain/provider.go(+1 -0)➕
internal/notify/client.go(+25 -0)➕
internal/notify/client_notifier.go(+49 -0)➖
internal/notify/notifier.go(+0 -75)➖
internal/notify/providers.go(+0 -25)📝
internal/notify/service.go(+2 -2)📝
internal/workflow/engine/executor_bizapply.go(+2 -2)📝
internal/workflow/engine/executor_bizdeploy.go(+22 -13)📝
internal/workflow/engine/executor_biznotify.go(+21 -11)📝
pkg/core/ssl-applicator/acme-http01/providers/local/local.go(+1 -0)➕
pkg/core/ssl-applicator/acme-http01/providers/ssh/ssh.go(+292 -0)📝
pkg/core/ssl-deployer/providers/ssh/ssh.go(+15 -99)...and 46 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.