mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #689] [MERGED] new providers #1012
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#1012
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/689
Author: @fudiwei
Created: 5/15/2025
Status: ✅ Merged
Merged: 5/15/2025
Merged by: @fudiwei
Base:
main← Head:feat/providers📝 Commits (4)
cd93a2dfeat: new acme dns-01 provider: netcup9e08cfdfeat: support replacing old certificate on deployment to aws acm70bd2f0feat: new acme dns-01 provider: netlifye6e2587feat: new deployment provider: netlify site📊 Changes
37 files changed (+1034 additions, -22 deletions)
View changed files
📝
go.mod(+37 -0)📝
go.sum(+327 -0)📝
internal/applicant/providers.go(+34 -0)📝
internal/deployer/providers.go(+16 -0)📝
internal/domain/access.go(+10 -0)📝
internal/domain/provider.go(+5 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/netcup/netcup.go(+40 -0)➕
internal/pkg/core/applicant/acme-dns-01/lego-providers/netlify/netlify.go(+36 -0)📝
internal/pkg/core/deployer/providers/aws-acm/aws_acm.go(+56 -5)📝
internal/pkg/core/deployer/providers/azure-keyvault/azure_keyvault.go(+1 -1)📝
internal/pkg/core/deployer/providers/baishan-cdn/baishan_cdn.go(+1 -1)📝
internal/pkg/core/deployer/providers/baotapanel-site/baotapanel_site.go(+3 -3)📝
internal/pkg/core/deployer/providers/cachefly/cachefly.go(+1 -0)📝
internal/pkg/core/deployer/providers/edgio-applications/edgio_applications.go(+2 -2)📝
internal/pkg/core/deployer/providers/gcore-cdn/gcore_cdn.go(+1 -1)➕
internal/pkg/core/deployer/providers/netlify-site/netlify_site.go(+101 -0)➕
internal/pkg/core/deployer/providers/netlify-site/netlify_site_test.go(+70 -0)📝
internal/pkg/core/deployer/providers/wangsu-cdnpro/wangsu_cdnpro.go(+1 -1)📝
internal/pkg/core/uploader/providers/aws-acm/aws_acm.go(+7 -5)➕
ui/public/imgs/providers/netcup.png(+0 -0)...and 17 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.