mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #119] [CLOSED] 添加(HTTP-01)文件校验支持 #850
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#850
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/119
Author: @CepheiSigma
Created: 9/29/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
8727981feat: Add file-verify, just now support qiniu-oss and ssh8113802Merge branch 'main' of github.com:usual2970/certimate65c51eeupdate words3320fe0improvement: complete CleanUp function581d276Merge branch 'usual2970:main' into main0b8b5a9Merge branch 'main' of github.com:CepheiSigma/certimate📊 Changes
11 files changed (+1355 additions, -35 deletions)
View changed files
📝
go.mod(+10 -2)📝
go.sum(+14 -4)📝
internal/applicant/applicant.go(+97 -2)➕
internal/applicant/qiniu.go(+100 -0)➕
internal/applicant/ssh.go(+171 -0)📝
internal/domains/deploy.go(+1 -1)➕
migrations/1727587274_collections_snapshot.go(+752 -0)📝
ui/src/domain/domain.ts(+11 -0)📝
ui/src/i18n/locales/en.json(+5 -0)📝
ui/src/i18n/locales/zh.json(+5 -0)📝
ui/src/pages/domains/Edit.tsx(+189 -26)📄 Description
目前支持 HTTP-01 文件上传至 七牛 OSS 和 SSH 主机,文件上传配置是共用部署阶段所使用的授权配置。
前端 UI 有所调整,代码已提交但未提交构建后的文件
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.