mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1043] [MERGED] new providers #1117
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#1117
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/1043
Author: @fudiwei
Created: 11/14/2025
Status: ✅ Merged
Merged: 11/14/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (2)
664d8b9feat(provider): new acme dns-01 provider: 35cnec91575feat(provider): supoprt cloud product access type in deployment to aliyun waf📊 Changes
31 files changed (+1510 additions, -271 deletions)
View changed files
➕
internal/certapply/applicators/sp_35cn.go(+28 -0)📝
internal/certdeploy/deployers/sp_aliyun_waf.go(+4 -0)📝
internal/certdeploy/deployers/sp_tencentcloud_ssldeploy.go(+6 -6)📝
internal/certdeploy/deployers/sp_tencentcloud_sslupdate.go(+7 -7)📝
internal/domain/access.go(+5 -0)📝
internal/domain/provider.go(+2 -0)➖
migrations/1762905600_m0.4.5.go(+0 -37)➕
migrations/1763092800_m0.4.5.go(+218 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/35cn/35cn.go(+39 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/35cn/internal/client.go(+230 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/35cn/internal/lego.go(+156 -0)📝
pkg/core/ssl-deployer/providers/aliyun-apigw/aliyun_apigw_test.go(+2 -2)📝
pkg/core/ssl-deployer/providers/aliyun-waf/aliyun_waf.go(+194 -9)➕
pkg/core/ssl-deployer/providers/aliyun-waf/consts.go(+8 -0)📝
pkg/core/ssl-deployer/providers/aliyun-waf/internal/client.go(+202 -0)📝
pkg/core/ssl-deployer/providers/tencentcloud-ssl-deploy/tencentcloud_ssl_deploy.go(+6 -6)📝
pkg/core/ssl-deployer/providers/tencentcloud-ssl-update/tencentcloud_ssl_update.go(+16 -16)➕
ui/public/imgs/providers/35cn.png(+0 -0)📝
ui/src/components/access/forms/AccessConfigFieldsProvider.tsx(+2 -0)➕
ui/src/components/access/forms/AccessConfigFieldsProvider35cn.tsx(+64 -0)...and 11 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.