mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #543] [MERGED] new providers & bugfix #982
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#982
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/543
Author: @fudiwei
Created: 3/21/2025
Status: ✅ Merged
Merged: 3/25/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (10+)
752acb5refactor: clean code82735f3refactor: clean code9667f33fix: #542516a958fix: #544820f03efeat: support wildcard domain on deployment to aliyun fc445541cfix: #54812102efrefactor: clean code74b4314feat: add volcengine alb deployer56ff9e6feat: add porkbun dns-01 applicantfb325b5feat: add desec dns-01 applicant📊 Changes
114 files changed (+2253 additions, -826 deletions)
View changed files
📝
go.mod(+5 -0)📝
go.sum(+9 -0)📝
internal/applicant/providers.go(+50 -0)📝
internal/deployer/providers.go(+15 -1)📝
internal/domain/access.go(+14 -0)📝
internal/domain/provider.go(+7 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/baiducloud/internal/lego.go(+7 -7)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/desec/desec.go(+36 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/internal/lego.go(+8 -6)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/jdcloud/internal/lego.go(+15 -15)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/porkbun/porkbun.go(+38 -0)📝
internal/pkg/core/applicant/acme-dns-01/lego-providers/powerdns/powerdns.go(+1 -1)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/vercel/vercel.go(+38 -0)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+67 -57)📝
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+9 -9)📝
internal/pkg/core/deployer/providers/aliyun-cdn/aliyun_cdn.go(+7 -7)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+12 -12)📝
internal/pkg/core/deployer/providers/aliyun-dcdn/aliyun_dcdn.go(+7 -7)📝
internal/pkg/core/deployer/providers/aliyun-esa/aliyun_esa.go(+7 -7)📝
internal/pkg/core/deployer/providers/aliyun-fc/aliyun_fc.go(+21 -21)...and 80 more files
📄 Description
该 PR 包含以下内容变更:
int32/int64取代int类型。🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.