mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #867] [MERGED] fix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的证书 #1061
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#1061
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/867
Author: @Netrvin
Created: 7/14/2025
Status: ✅ Merged
Merged: 7/15/2025
Merged by: @fudiwei
Base:
main← Head:patch2📝 Commits (2)
347f96cfix: 腾讯云edgeone DNS不支持签发同时包含example.com和*.example.com的记录4ae7f0cfix: 腾讯云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.