mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-25 20:55:52 +03:00
[PR #954] [MERGED] new providers #1087
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#1087
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/954
Author: @fudiwei
Created: 9/5/2025
Status: ✅ Merged
Merged: 9/5/2025
Merged by: @fudiwei
Base:
next← Head:dev📝 Commits (6)
395eb44feat(provider): new acme dns-01 provider: vultr3d2f527feat(provider): new ca provider: actalissslaaf4821feat: upload certificate to cas first on deployment to aliyun cdn/dcdn145eadafeat: webhook timeouted03acdfeat: custom k8s secret annotations and labels9dcaf05fix: #951📊 Changes
43 files changed (+743 additions, -56 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)➕
internal/certapply/applicators/sp_vultr.go(+29 -0)📝
internal/certapply/config.go(+1 -0)📝
internal/certdeploy/deployers/sp_aliyun_cdn.go(+1 -0)📝
internal/certdeploy/deployers/sp_aliyun_dcdn.go(+1 -0)📝
internal/certdeploy/deployers/sp_kubernetes_secret.go(+47 -0)📝
internal/certdeploy/deployers/sp_webhook.go(+1 -0)📝
internal/domain/access.go(+8 -0)📝
internal/domain/provider.go(+4 -0)📝
internal/notify/notifiers/sp_webhook.go(+1 -0)📝
internal/workflow/service.go(+6 -2)📝
pkg/core/notifier/providers/webhook/webhook.go(+6 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/vultr/vultr.go(+38 -0)📝
pkg/core/ssl-deployer/providers/aliyun-cdn/aliyun_cdn.go(+45 -12)📝
pkg/core/ssl-deployer/providers/aliyun-dcdn/aliyun_dcdn.go(+41 -12)📝
pkg/core/ssl-deployer/providers/aliyun-ddos/aliyun_ddos.go(+1 -1)📝
pkg/core/ssl-deployer/providers/aliyun-vod/aliyun_vod.go(+40 -12)📝
pkg/core/ssl-deployer/providers/baotawaf-site/baotawaf_site.go(+2 -2)📝
pkg/core/ssl-deployer/providers/k8s-secret/k8s_secret.go(+23 -0)...and 23 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.