mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #558] [MERGED] new providers & bugfix #984
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#984
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/558
Author: @fudiwei
Created: 3/25/2025
Status: ✅ Merged
Merged: 3/26/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (10+)
e579cf6feat: add baiducloud cert uploaderaaec840feat: add baiducloud blb deployer5de0338feat: add baiducloud appblb deployer4d710a1feat: add baiducloud cert deployer597b9d0feat: add huaweicloud scm deployer24e275ffeat: add volcengine certcenter deployer7d5c714feat: improve i18ne9610eafix: #55651c1b19fix: #559fd8ac3afeat(ui): allow select dns-01 provider on application📊 Changes
53 files changed (+2637 additions, -181 deletions)
View changed files
📝
README.md(+2 -2)📝
README_EN.md(+1 -1)📝
internal/applicant/applicant.go(+1 -6)📝
internal/applicant/providers.go(+26 -9)📝
internal/deployer/deployer.go(+1 -6)📝
internal/deployer/providers.go(+54 -3)📝
internal/domain/access.go(+4 -14)📝
internal/domain/provider.go(+6 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/cmcccloud/internal/lego.go(+1 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/tencentcloud-eo/internal/lego.go(+207 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/tencentcloud-eo/tencentcloud_eo.go(+41 -0)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb_test.go(+1 -1)📝
internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go(+167 -19)➕
internal/pkg/core/deployer/providers/baiducloud-appblb/baiducloud_appblb.go(+332 -0)➕
internal/pkg/core/deployer/providers/baiducloud-appblb/baiducloud_appblb_test.go(+86 -0)➕
internal/pkg/core/deployer/providers/baiducloud-appblb/consts.go(+10 -0)➕
internal/pkg/core/deployer/providers/baiducloud-blb/baiducloud_blb.go(+332 -0)➕
internal/pkg/core/deployer/providers/baiducloud-blb/baiducloud_blb_test.go(+86 -0)➕
internal/pkg/core/deployer/providers/baiducloud-blb/consts.go(+10 -0)➕
internal/pkg/core/deployer/providers/baiducloud-cert/baiducloud_cert.go(+68 -0)...and 33 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.