mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1030] [MERGED] new providers #1111
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#1111
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/1030
Author: @fudiwei
Created: 11/5/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (10+)
781deacfix: custom private key validation035829cbuild: 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: dynuab61cadfeat(provider): new acme dns-01 provider: infomaniak03a9644feat(provider): new acme dns-01 provider: ovhcloud6179facupdate README📊 Changes
104 files changed (+1459 additions, -207 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_ksyun_cdn.go(+29 -0)📝
internal/certificate/service.go(+8 -8)📝
internal/domain/access.go(+36 -4)📝
internal/domain/provider.go(+12 -1)📝
internal/workflow/engine/executor_bizapply.go(+28 -2)➕
pkg/core/ssl-applicator/acme-dns01/providers/arvancloud/arvancloud.go(+38 -0)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
-trimpath参数。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.