mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1056] [MERGED] new providers #1126
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#1126
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/1056
Author: @fudiwei
Created: 11/24/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @fudiwei
Base:
main← Head:main📝 Commits (4)
ae2682efeat(provider): no need hostedZoneId in acme dns-01 provider aws route53ba3eca1feat(provider): new acme ca provider: litessl2df3ab7fix(ui): could not show certificates or private keys in WorkflowRunDetaildac169ffeat(ui): humanize workflow run logs level📊 Changes
24 files changed (+125 additions, -19 deletions)
View changed files
📝
internal/certacme/config.go(+1 -0)📝
internal/domain/access.go(+4 -0)📝
internal/domain/provider.go(+2 -0)📝
pkg/core/certifier/challengers/dns01/aws-route53/aws-route53.go(+4 -2)📝
pkg/core/deployer/providers/aliyun-waf/aliyun_waf.go(+1 -1)📝
pkg/core/deployer/providers/baotapanel-site/baotapanel_site.go(+1 -1)📝
pkg/core/deployer/providers/baotapanelgo-site/baotapanelgo_site.go(+1 -1)📝
pkg/core/deployer/providers/baotawaf-site/baotawaf_site.go(+1 -1)📝
pkg/core/deployer/providers/ratpanel-site/ratpanel_site.go(+1 -1)➕
ui/public/imgs/providers/litessl.svg(+1 -0)📝
ui/src/components/access/forms/AccessConfigFieldsProvider.tsx(+2 -0)📝
ui/src/components/access/forms/AccessConfigFieldsProviderCloudflare.tsx(+1 -0)➕
ui/src/components/access/forms/AccessConfigFieldsProviderLiteSSL.tsx(+63 -0)📝
ui/src/components/workflow/WorkflowRunDetail.tsx(+8 -1)📝
ui/src/components/workflow/designer/forms/BizApplyNodeConfigFieldsProviderAWSRoute53.tsx(+2 -2)📝
ui/src/domain/provider.ts(+4 -0)📝
ui/src/i18n/locales/en/nls.access.json(+3 -1)📝
ui/src/i18n/locales/en/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+4 -3)📝
ui/src/i18n/locales/zh/nls.access.json(+3 -1)...and 4 more files
📄 Description
该 PR 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.