mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #433] [MERGED] feat: more providers #956
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#956
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/433
Author: @fudiwei
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/24/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (10+)
adb43dffeat: add qiniu pili deployer6c3c29dfeat: add westcn applicant2965fb2feat: add rainyun applicant2a7be1bfeat: add aliyun waf deployer9370f9dfeat: add cloudns applicant1651cdafeat: add aws acm uploader5ee5460feat: add aws cloudfront deployer9f7cffcfeat: allow fallback to use scp on deployment to ssha78a815fix: typo469d4b3feat: implement gname api sdk📊 Changes
81 files changed (+2640 additions, -231 deletions)
View changed files
📝
README.md(+21 -16)📝
README_EN.md(+21 -16)📝
go.mod(+14 -3)📝
go.sum(+23 -0)📝
internal/applicant/providers.go(+67 -0)📝
internal/deployer/providers.go(+82 -20)📝
internal/domain/access.go(+19 -0)📝
internal/domain/provider.go(+11 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/cloudns/cloudns.go(+39 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/gname.go(+40 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/gname/internal/lego.go(+196 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/rainyun/rainyun.go(+37 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/westcn/westcn.go(+39 -0)📝
internal/pkg/core/deployer/providers/aliyun-alb/aliyun_alb.go(+24 -18)📝
internal/pkg/core/deployer/providers/aliyun-clb/aliyun_clb.go(+3 -3)📝
internal/pkg/core/deployer/providers/aliyun-nlb/aliyun_nlb.go(+24 -18)➕
internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go(+150 -0)➕
internal/pkg/core/deployer/providers/aliyun-waf/aliyun_waf_test.go(+80 -0)➕
internal/pkg/core/deployer/providers/aws-cloudfront/aws_cloudfront.go(+133 -0)➕
internal/pkg/core/deployer/providers/aws-cloudfront/aws_cloudfront_test.go(+80 -0)...and 61 more files
📄 Description
该 PR 包含以下内容的变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.