mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1002] [MERGED] new providers #1099
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#1099
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/1002
Author: @fudiwei
Created: 10/22/2025
Status: ✅ Merged
Merged: 10/27/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (10+)
80cf2f4fix: typo34ca09aMerge branch 'main' of https://github.com/fudiwei/certimate1f6ef6dfeat(provider): new acme dns-01 provider: technitiumdnsc2a2ad6feat(provider): new acme dns-01 provider: rfc2136f4ea0a0feat(provider): new acme dns-01 provider: bookmyname715dc20feat(provider): new acme dns-01 provider: hostinger39b7ccffeat(provider): new acme dns-01 provider: linodefba2c23chore(ui): improve i18n11b8e20feat(provider): new deployment provider: baotapanelgo4c87c17feat: remove deployment provider: edgio applications📊 Changes
86 files changed (+3098 additions, -1852 deletions)
View changed files
📝
go.mod(+1 -3)📝
go.sum(+4 -0)➕
internal/certapply/applicators/sp_bookmyname.go(+30 -0)➕
internal/certapply/applicators/sp_gandinet.go(+29 -0)📝
internal/certapply/applicators/sp_hetzner.go(+1 -1)➕
internal/certapply/applicators/sp_hostinger.go(+29 -0)➕
internal/certapply/applicators/sp_ionos.go(+30 -0)➕
internal/certapply/applicators/sp_linode.go(+29 -0)➕
internal/certapply/applicators/sp_rfc2136.go(+33 -0)➕
internal/certapply/applicators/sp_technitiumdns.go(+31 -0)➕
internal/certdeploy/deployers/sp_baotapanelgo_console.go(+28 -0)➕
internal/certdeploy/deployers/sp_baotapanelgo_site.go(+29 -0)➖
internal/certdeploy/deployers/sp_edgio_applications.go(+0 -28)📝
internal/domain/access.go(+54 -17)📝
internal/domain/provider.go(+22 -6)📝
internal/workflow/engine/executor_bizapply.go(+1 -1)📝
internal/workflow/engine/executor_condition.go(+2 -2)📝
internal/workflow/engine/executor_trycatch.go(+3 -3)➕
pkg/core/ssl-applicator/acme-dns01/providers/bookmyname/bookmyname.go(+40 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/gandinet/gandinet.go(+38 -0)...and 66 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.