[PR #573] [MERGED] Support configuring independent CA for each workflow #986

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/573
Author: @fudiwei
Created: 3/30/2025
Status: Merged
Merged: 4/3/2025
Merged by: @usual2970

Base: mainHead: main


📝 Commits (10+)

  • deb3b2f feat: manage ca authorizations
  • 6ad0d8e feat: support configuring independent ca in workflows
  • 09b5a21 feat: make the builtin providers access field non mandatory
  • 1468e74 fix: ari
  • 4ab6b72 feat(ui): different provider range of accesses in AccessForm
  • a72737f feat(ui): different provider range of accesses in AccessList
  • f77c2da feat: add ssl.com ca
  • d2eaea7 feat: add buypass ca
  • f81b4b9 feat(ui): hide notification channel entry in AcessList for now
  • 9b52472 update README

📊 Changes

63 files changed (+1948 additions, -634 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_EN.md (+1 -1)
📝 internal/applicant/acme_ca.go (+19 -27)
📝 internal/applicant/acme_user.go (+59 -27)
📝 internal/applicant/applicant.go (+81 -53)
📝 internal/applicant/providers.go (+5 -5)
📝 internal/deployer/deployer.go (+13 -8)
📝 internal/domain/access.go (+15 -2)
📝 internal/domain/provider.go (+74 -50)
📝 internal/domain/workflow.go (+47 -63)
📝 internal/pkg/utils/maputil/getter.go (+22 -0)
📝 internal/workflow/node-processor/apply_node.go (+12 -0)
📝 migrations/1742209200_upgrade.go (+25 -15)
migrations/1743264000_upgrade.go (+173 -0)
ui/public/imgs/acme/google.svg (+0 -1)
ui/public/imgs/providers/buypass.png (+0 -0)
ui/public/imgs/providers/google.svg (+1 -0)
📝 ui/public/imgs/providers/letsencrypt.svg (+0 -0)
ui/public/imgs/providers/sslcom.svg (+1 -0)
📝 ui/public/imgs/providers/zerossl.svg (+0 -0)

...and 43 more files

📄 Description

该 PR 包含以下内容变更:

  • feat: 支持为每个工作流设置单独的证书颁发机构。关闭 #280
  • feat: 新增证书颁发机构:SSL.com。
  • feat: 新增证书颁发机构:Buypass。
  • feat: 部署到本地时无需再选择一个授权。
  • fix: 修复切换证书颁发机构后无法 ARI 续期问题。

🔄 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/573 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 3/30/2025 **Status:** ✅ Merged **Merged:** 4/3/2025 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`deb3b2f`](https://github.com/certimate-go/certimate/commit/deb3b2f412fb623a1f0741d332d8ce1691505699) feat: manage ca authorizations - [`6ad0d8e`](https://github.com/certimate-go/certimate/commit/6ad0d8e42fe309848cd2c0734ec6967006a41074) feat: support configuring independent ca in workflows - [`09b5a21`](https://github.com/certimate-go/certimate/commit/09b5a21af1026473e5bd2718ae9704feb1b9b629) feat: make the builtin providers access field non mandatory - [`1468e74`](https://github.com/certimate-go/certimate/commit/1468e74a6c7ec0a92cf8be253deaf9719794a412) fix: ari - [`4ab6b72`](https://github.com/certimate-go/certimate/commit/4ab6b72e6f3182b950d6c15fcf029a6f653c597c) feat(ui): different provider range of accesses in AccessForm - [`a72737f`](https://github.com/certimate-go/certimate/commit/a72737fdd56e6ab07cd0a0c837dc04bcb971993a) feat(ui): different provider range of accesses in AccessList - [`f77c2da`](https://github.com/certimate-go/certimate/commit/f77c2dae2304a340b943509c73167ca29c239279) feat: add ssl.com ca - [`d2eaea7`](https://github.com/certimate-go/certimate/commit/d2eaea7a4407a4cb5892bd7de7238bce05067fdd) feat: add buypass ca - [`f81b4b9`](https://github.com/certimate-go/certimate/commit/f81b4b968094b1ab38fe9ba0f2fd596ef09417ae) feat(ui): hide notification channel entry in AcessList for now - [`9b52472`](https://github.com/certimate-go/certimate/commit/9b524728c045bb256bc659050804f89e891822c5) update README ### 📊 Changes **63 files changed** (+1948 additions, -634 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_EN.md` (+1 -1) 📝 `internal/applicant/acme_ca.go` (+19 -27) 📝 `internal/applicant/acme_user.go` (+59 -27) 📝 `internal/applicant/applicant.go` (+81 -53) 📝 `internal/applicant/providers.go` (+5 -5) 📝 `internal/deployer/deployer.go` (+13 -8) 📝 `internal/domain/access.go` (+15 -2) 📝 `internal/domain/provider.go` (+74 -50) 📝 `internal/domain/workflow.go` (+47 -63) 📝 `internal/pkg/utils/maputil/getter.go` (+22 -0) 📝 `internal/workflow/node-processor/apply_node.go` (+12 -0) 📝 `migrations/1742209200_upgrade.go` (+25 -15) ➕ `migrations/1743264000_upgrade.go` (+173 -0) ➖ `ui/public/imgs/acme/google.svg` (+0 -1) ➕ `ui/public/imgs/providers/buypass.png` (+0 -0) ➕ `ui/public/imgs/providers/google.svg` (+1 -0) 📝 `ui/public/imgs/providers/letsencrypt.svg` (+0 -0) ➕ `ui/public/imgs/providers/sslcom.svg` (+1 -0) 📝 `ui/public/imgs/providers/zerossl.svg` (+0 -0) _...and 43 more files_ </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 支持为每个工作流设置单独的证书颁发机构。关闭 #280 - **feat**: 新增证书颁发机构:SSL.com。 - **feat**: 新增证书颁发机构:Buypass。 - **feat**: 部署到本地时无需再选择一个授权。 - **fix**: 修复切换证书颁发机构后无法 ARI 续期问题。 --- <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:09 +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#986
No description provided.