mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #426] [MERGED] feat: support ARI #953
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#953
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/426
Author: @fudiwei
Created: 1/19/2025
Status: ✅ Merged
Merged: 1/20/2025
Merged by: @usual2970
Base:
next← Head:feat/new-workflow📝 Commits (1)
fa8ba06feat: support ARI📊 Changes
9 files changed (+99 additions, -62 deletions)
View changed files
📝
internal/applicant/applicant.go(+50 -27)📝
internal/domain/workflow.go(+2 -0)📝
internal/workflow/node-processor/apply_node.go(+4 -2)📝
ui/src/components/workflow/node/ApplyNodeConfigForm.tsx(+12 -4)📝
ui/src/components/workflow/node/DeployNode.tsx(+1 -4)📝
ui/src/components/workflow/node/DeployNodeConfigForm.tsx(+20 -20)📝
ui/src/domain/workflow.ts(+1 -0)📝
ui/src/i18n/locales/en/nls.workflow.nodes.json(+4 -2)📝
ui/src/i18n/locales/zh/nls.workflow.nodes.json(+5 -3)📄 Description
该 PR 包含以下内容的变更:
【备注】
关于 ARI
ARI(ACME Renewal Information)是 ACME 的一项扩展,旨在提高 Let's Encrypt 的弹性和可靠性。
在满足符合要求的条件下启用 ARI 可以有效突破 Let's Encrypt 的速率限制。
参考链接:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.