[PR #1125] [MERGED] fix: aliyun waf3.0 cloud resource cert deploy #1147

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1125
Author: @mercury7720
Created: 12/25/2025
Status: Merged
Merged: 12/25/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (1)

  • d9e35d4 fix: aliyun waf3.0 cloud resource cert deploy

📊 Changes

2 files changed (+325 additions, -76 deletions)

View changed files

📝 pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go (+150 -76)
📝 pkg/core/deployer/providers/aliyun-waf/internal/client.go (+175 -0)

📄 Description

已测试以下场景,ecs、clb4 均可正常部署。

  • 更新默认证书,无其他域名扩展证书。
  • 更新默认证书,有其他域名扩展证书。
  • 更新扩展证书,无当前更新域名证书,无其他域名扩展证书。
  • 更新扩展证书,无当前更新域名证书,有其他域名扩展证书。
  • 更新扩展证书,有当前更新域名扩展证书,无其他域名扩展证书。
  • 更新扩展证书,有当前更新域名扩展证书,有其他域名扩展证书。

WAF 只有生产实例,不便再测试更多配置。

close #1122


🔄 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/1125 **Author:** [@mercury7720](https://github.com/mercury7720) **Created:** 12/25/2025 **Status:** ✅ Merged **Merged:** 12/25/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`d9e35d4`](https://github.com/certimate-go/certimate/commit/d9e35d47d53a6e758e1af711d38668d6364e7eeb) fix: aliyun waf3.0 cloud resource cert deploy ### 📊 Changes **2 files changed** (+325 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go` (+150 -76) 📝 `pkg/core/deployer/providers/aliyun-waf/internal/client.go` (+175 -0) </details> ### 📄 Description 已测试以下场景,ecs、clb4 均可正常部署。 - [x] 更新默认证书,无其他域名扩展证书。 - [x] 更新默认证书,有其他域名扩展证书。 - [x] 更新扩展证书,无当前更新域名证书,无其他域名扩展证书。 - [x] 更新扩展证书,无当前更新域名证书,有其他域名扩展证书。 - [x] 更新扩展证书,有当前更新域名扩展证书,无其他域名扩展证书。 - [x] 更新扩展证书,有当前更新域名扩展证书,有其他域名扩展证书。 WAF 只有生产实例,不便再测试更多配置。 close #1122 --- <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:55 +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#1147
No description provided.