[PR #850] [MERGED] feat: support custom certificate lifetime #1056

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/850
Author: @imlonghao
Created: 7/5/2025
Status: Merged
Merged: 9/3/2025
Merged by: @fudiwei

Base: mainHead: feat/validity


📝 Commits (1)

  • f79b028 feat: support custom certificate lifetime

📊 Changes

9 files changed (+39 additions, -0 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 internal/applicant/applicant.go (+9 -0)
📝 internal/applicant/providers.go (+1 -0)
📝 internal/domain/workflow.go (+2 -0)
📝 ui/src/components/workflow/node/ApplyNodeConfigForm.tsx (+17 -0)
📝 ui/src/domain/workflow.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+3 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+3 -0)

📄 Description

close #839

image

image

image


🔄 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/850 **Author:** [@imlonghao](https://github.com/imlonghao) **Created:** 7/5/2025 **Status:** ✅ Merged **Merged:** 9/3/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `feat/validity` --- ### 📝 Commits (1) - [`f79b028`](https://github.com/certimate-go/certimate/commit/f79b028d0b34e94d0ed2efdb0ff9edcdf1d0cfe2) feat: support custom certificate lifetime ### 📊 Changes **9 files changed** (+39 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `internal/applicant/applicant.go` (+9 -0) 📝 `internal/applicant/providers.go` (+1 -0) 📝 `internal/domain/workflow.go` (+2 -0) 📝 `ui/src/components/workflow/node/ApplyNodeConfigForm.tsx` (+17 -0) 📝 `ui/src/domain/workflow.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+3 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+3 -0) </details> ### 📄 Description close #839 ![image](https://github.com/user-attachments/assets/d4a51ace-1bd1-4eae-b9dc-1c9525d64e4b) ![image](https://github.com/user-attachments/assets/615d8f4a-8533-401a-a576-89f51e893f0c) ![image](https://github.com/user-attachments/assets/07dc79eb-f400-4d8b-a03f-95f9f3821daa) --- <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:29 +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#1056
No description provided.