[PR #1043] [MERGED] new providers #1117

Closed
opened 2026-03-03 01:07:46 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (2)

  • 664d8b9 feat(provider): new acme dns-01 provider: 35cn
  • ec91575 feat(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 包含以下内容变更:

  • feat: 新增 DNS-01 提供商:三五互联。关闭 #1036
  • feat: 部署到阿里云 WAF 支持云产品接入方式。关闭 #896

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/1043 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 11/14/2025 **Status:** ✅ Merged **Merged:** 11/14/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`664d8b9`](https://github.com/certimate-go/certimate/commit/664d8b943495b3b6c7d95d04cba73687598f2278) feat(provider): new acme dns-01 provider: 35cn - [`ec91575`](https://github.com/certimate-go/certimate/commit/ec91575fefe0b7adafabdf7fc6b58a8f952cd6c7) feat(provider): supoprt cloud product access type in deployment to aliyun waf ### 📊 Changes **31 files changed** (+1510 additions, -271 deletions) <details> <summary>View changed files</summary> ➕ `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_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 新增 DNS-01 提供商:三五互联。关闭 #1036 - **feat**: 部署到阿里云 WAF 支持云产品接入方式。关闭 #896 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1117
No description provided.