mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #1174] [MERGED] Bugfix #1164
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#1164
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/1174
Author: @fudiwei
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @fudiwei
Base:
main← Head:bugfix📝 Commits (5)
0bd3370fix: could not save acme account if acmeAcctUrl is the same but email changes950c738fix: some SANs of the certificate are missing65826c6fix: #117209af9f9fix: revert data for #11373ff98d2chore(i18n): improve i18n📊 Changes
31 files changed (+644 additions, -198 deletions)
View changed files
📝
go.mod(+0 -2)📝
go.sum(+0 -4)📝
internal/certacme/client_obtain.go(+0 -2)📝
internal/domain/certificate.go(+0 -1)📝
internal/repository/certificate.go(+0 -2)📝
internal/rest/handlers/certificates.go(+2 -0)📝
internal/rest/handlers/statistics.go(+2 -0)📝
internal/workflow/engine/executor_bizapply.go(+0 -1)📝
migrations/1757476800_upgrade_v0.4.0.go(+2 -1)📝
migrations/1762142400_upgrade_v0.4.3.go(+2 -0)➖
migrations/1768881600_upgrade_v0.4.15.go(+0 -126)➕
migrations/1769313600_upgrade_v0.4.15.go(+282 -0)📝
pkg/core/certifier/challengers/dns01/51dnscom/internal/lego.go(+1 -1)📝
pkg/core/certifier/challengers/dns01/cmcccloud/internal/lego.go(+1 -1)📝
pkg/core/certifier/challengers/dns01/ctcccloud/internal/lego.go(+1 -1)📝
pkg/core/certifier/challengers/dns01/dnsla/internal/lego.go(+1 -1)📝
pkg/core/certifier/challengers/dns01/dynv6/internal/lego.go(+63 -26)📝
pkg/core/certifier/challengers/dns01/gname/internal/lego.go(+1 -1)📝
pkg/core/certifier/challengers/dns01/qingcloud/internal/lego.go(+1 -1)📝
pkg/core/certifier/challengers/dns01/xinnet/internal/lego.go(+1 -1)...and 11 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.