[PR #207] [MERGED] feat: certificate key algorithm #868

Closed
opened 2026-03-03 01:06:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/207
Author: @fudiwei
Created: 10/16/2024
Status: Merged
Merged: 10/16/2024
Merged by: @usual2970

Base: mainHead: feat/ecc-certs


📝 Commits (2)

📊 Changes

18 files changed (+662 additions, -456 deletions)

View changed files

📝 CONTRIBUTING.md (+2 -2)
📝 README.md (+38 -30)
📝 README_EN.md (+26 -14)
📝 internal/applicant/applicant.go (+43 -22)
📝 internal/domain/domains.go (+5 -4)
ui/dist/assets/index-C20g8xcX.js (+329 -0)
ui/dist/assets/index-CV_7sKTK.css (+0 -1)
ui/dist/assets/index-DIhd7QG6.js (+0 -324)
ui/dist/assets/index-YqBWA4KK.css (+1 -0)
📝 ui/dist/index.html (+2 -2)
📝 ui/package-lock.json (+72 -5)
📝 ui/package.json (+1 -0)
ui/src/components/ui/collapsible.tsx (+22 -0)
📝 ui/src/domain/domain.ts (+2 -1)
📝 ui/src/i18n/locales/en/nls.domain.json (+6 -4)
📝 ui/src/i18n/locales/zh/nls.domain.json (+6 -4)
📝 ui/src/pages/domains/Edit.tsx (+97 -43)
📝 ui/tailwind.config.js (+10 -0)

📄 Description

此 PR 包含以下变更:

  • feat: 申请签发证书时允许指定数字证书算法,已支持 RSA、ECDSA(ECC),关闭 #132
  • feat: 申请签发证书的 UI 变更,将 DNS、超时时间等参数放至高级设置收缩面板中
  • docs: 编辑 README,补充已支持的服务商说明

🔄 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/207 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/16/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `feat/ecc-certs` --- ### 📝 Commits (2) - [`1ce2a52`](https://github.com/certimate-go/certimate/commit/1ce2a52d706c30dccac21cc18b8105e35ca1dd59) feat: certificate key algorithm - [`51db5e1`](https://github.com/certimate-go/certimate/commit/51db5e1ed0a92347674c821667506e3da9f3bd69) update README ### 📊 Changes **18 files changed** (+662 additions, -456 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+2 -2) 📝 `README.md` (+38 -30) 📝 `README_EN.md` (+26 -14) 📝 `internal/applicant/applicant.go` (+43 -22) 📝 `internal/domain/domains.go` (+5 -4) ➕ `ui/dist/assets/index-C20g8xcX.js` (+329 -0) ➖ `ui/dist/assets/index-CV_7sKTK.css` (+0 -1) ➖ `ui/dist/assets/index-DIhd7QG6.js` (+0 -324) ➕ `ui/dist/assets/index-YqBWA4KK.css` (+1 -0) 📝 `ui/dist/index.html` (+2 -2) 📝 `ui/package-lock.json` (+72 -5) 📝 `ui/package.json` (+1 -0) ➕ `ui/src/components/ui/collapsible.tsx` (+22 -0) 📝 `ui/src/domain/domain.ts` (+2 -1) 📝 `ui/src/i18n/locales/en/nls.domain.json` (+6 -4) 📝 `ui/src/i18n/locales/zh/nls.domain.json` (+6 -4) 📝 `ui/src/pages/domains/Edit.tsx` (+97 -43) 📝 `ui/tailwind.config.js` (+10 -0) </details> ### 📄 Description 此 PR 包含以下变更: - **feat**: 申请签发证书时允许指定数字证书算法,已支持 RSA、ECDSA(ECC),关闭 #132 - **feat**: 申请签发证书的 UI 变更,将 DNS、超时时间等参数放至高级设置收缩面板中 - **docs**: 编辑 README,补充已支持的服务商说明 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:36 +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#868
No description provided.