mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1029] [MERGED] bugfix #1107
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#1107
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/1029
Author: @fudiwei
Created: 11/5/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @fudiwei
Base:
main← Head:bugfix📝 Commits (10+)
781deacfix: custom private key validation0cbbd9ffix: #102835718e0fix: #10278444c14chore: rename035829cbuild: go build -trimpath7b087ecchore(ui): improve i18n3c00acabuild(ui): i18n chunkf4856a4feat(provider): new acme dns-01 provider: arvancloud2a4269efeat(provider): new acme dns-01 provider: dnsmadeeasy2dead29feat(provider): new acme dns-01 provider: dynu📊 Changes
108 files changed (+1542 additions, -252 deletions)
View changed files
📝
.github/workflows/release.yml(+3 -3)📝
.goreleaser.yml(+4 -2)📝
Dockerfile(+1 -1)📝
Dockerfile.gh(+1 -1)📝
Makefile(+1 -1)📝
README.md(+1 -1)📝
README_EN.md(+2 -2)📝
go.mod(+3 -0)📝
go.sum(+9 -0)➕
internal/certapply/applicators/sp_arvancloud.go(+29 -0)➕
internal/certapply/applicators/sp_dnsmadeeasy.go(+30 -0)➕
internal/certapply/applicators/sp_dynu.go(+29 -0)➕
internal/certapply/applicators/sp_infomaniak.go(+29 -0)➕
internal/certapply/applicators/sp_ovhcloud.go(+35 -0)📝
internal/certdeploy/deployers/sp_aliyun_ddospro.go(+3 -3)➕
internal/certdeploy/deployers/sp_ksyun_cdn.go(+29 -0)📝
internal/certificate/service.go(+8 -8)📝
internal/domain/access.go(+36 -4)📝
internal/domain/provider.go(+13 -2)📝
internal/workflow/engine/executor_bizapply.go(+28 -2)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.