[PR #867] [MERGED] fix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的证书 #1061

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/867
Author: @Netrvin
Created: 7/14/2025
Status: Merged
Merged: 7/15/2025
Merged by: @fudiwei

Base: mainHead: patch2


📝 Commits (2)

  • 347f96c fix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的记录
  • 4ae7f0c fix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的证书

📊 Changes

1 file changed (+8 additions, -18 deletions)

View changed files

📝 pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud-eo/internal/lego.go (+8 -18)

📄 Description

如题,原逻辑采用先查找再更新的方式,但如果需要签发同时包含example.com和*.example.com的证书,dns记录则会冲突,无法完成签发


🔄 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/867 **Author:** [@Netrvin](https://github.com/Netrvin) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/15/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `patch2` --- ### 📝 Commits (2) - [`347f96c`](https://github.com/certimate-go/certimate/commit/347f96c4e364246729c5378cff1c4f7f63aeab3f) fix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的记录 - [`4ae7f0c`](https://github.com/certimate-go/certimate/commit/4ae7f0c859786c3ab4fcdef12ba1f9a4ee7ca622) fix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的证书 ### 📊 Changes **1 file changed** (+8 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `pkg/core/ssl-applicator/acme-dns01/providers/tencentcloud-eo/internal/lego.go` (+8 -18) </details> ### 📄 Description 如题,原逻辑采用先查找再更新的方式,但如果需要签发同时包含example.com和*.example.com的证书,dns记录则会冲突,无法完成签发 --- <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:30 +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#1061
No description provided.