mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #541] [MERGED] new providers & bugfix #981
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#981
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/541
Author: @fudiwei
Created: 3/20/2025
Status: ✅ Merged
Merged: 3/20/2025
Merged by: @usual2970
Base:
main← Head:main📝 Commits (10+)
7e4aa24fix: #53909b1bf6fix: #5238e4b3d1fix: #52716f20dcfeat: add upyun ssl uploader4acbbf6feat: add upyun cdn deployere4fd1e7feat: add upyun file deployeref22d9dfeat: add qiniu kodo deployer347d166feat: add aliyun cas, tencentcloud ssl, aws acm, azure keyvault deployerda6526dfeat: add dynv6 dns-01 applicant02f806afeat: preset script for backup files on deployment to local and ssh📊 Changes
54 files changed (+2464 additions, -407 deletions)
View changed files
📝
go.mod(+34 -46)📝
go.sum(+73 -162)📝
internal/app/scheduler.go(+1 -0)📝
internal/applicant/providers.go(+16 -0)📝
internal/deployer/providers.go(+78 -5)📝
internal/domain/access.go(+9 -0)📝
internal/domain/provider.go(+10 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/dynv6/dnsla.go(+37 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/dynv6/internal/lego.go(+167 -0)📝
internal/pkg/core/deployer/providers/aliyun-cas-deploy/aliyun_cas_deploy.go(+5 -10)➕
internal/pkg/core/deployer/providers/aliyun-cas/aliyun_cas.go(+72 -0)📝
internal/pkg/core/deployer/providers/aliyun-fc/aliyun_fc.go(+2 -2)📝
internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go(+22 -6)➕
internal/pkg/core/deployer/providers/aws-acm/aws_acm.go(+72 -0)➕
internal/pkg/core/deployer/providers/azure-keyvault/azure_keyvault.go(+78 -0)📝
internal/pkg/core/deployer/providers/qiniu-cdn/qiniu_cdn.go(+7 -7)➕
internal/pkg/core/deployer/providers/tencentcloud-ssl/tencentcloud_ssl.go(+69 -0)➕
internal/pkg/core/deployer/providers/upyun-cdn/upyun_cdn.go(+129 -0)➕
internal/pkg/core/deployer/providers/upyun-cdn/upyun_cdn_test.go(+75 -0)📝
internal/pkg/core/uploader/providers/qiniu-sslcert/qiniu_sslcert.go(+10 -1)...and 34 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.