[PR #1056] [MERGED] new providers #1126

Closed
opened 2026-03-03 01:07:48 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (4)

  • ae2682e feat(provider): no need hostedZoneId in acme dns-01 provider aws route53
  • ba3eca1 feat(provider): new acme ca provider: litessl
  • 2df3ab7 fix(ui): could not show certificates or private keys in WorkflowRunDetail
  • dac169f feat(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 包含以下内容变更:

  • feat: 新增证书颁发机构:LiteSSL。
  • feat: 申请证书时 DNS 提供商为 AWS Route53 不再需要填写托管区域 ID。

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/certimate-go/certimate/pull/1056 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/28/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`ae2682e`](https://github.com/certimate-go/certimate/commit/ae2682ecc254ecaa3fe27df154ad7815c67a716f) feat(provider): no need hostedZoneId in acme dns-01 provider aws route53 - [`ba3eca1`](https://github.com/certimate-go/certimate/commit/ba3eca162d1b2d427132c820ae3599ace6d52256) feat(provider): new acme ca provider: litessl - [`2df3ab7`](https://github.com/certimate-go/certimate/commit/2df3ab70f559234eeea982c0ee3a7f1a91e3741f) fix(ui): could not show certificates or private keys in WorkflowRunDetail - [`dac169f`](https://github.com/certimate-go/certimate/commit/dac169fabf4974baaed6887a8e39889d3b7aa0be) feat(ui): humanize workflow run logs level ### 📊 Changes **24 files changed** (+125 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 新增证书颁发机构:LiteSSL。 - **feat**: 申请证书时 DNS 提供商为 AWS Route53 不再需要填写托管区域 ID。 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1126
No description provided.