[PR #342] [MERGED] feat: add volcengine cdn deployer #927

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/342
Author: @belier-cn
Created: 11/14/2024
Status: Merged
Merged: 11/15/2024
Merged by: @usual2970

Base: mainHead: volcengine-cdn


📝 Commits (4)

  • 9eae8f5 feat: add volcengine cdn deployer
  • f847b7f improvement: improve certificate fingerprint comparison
  • e2fd9c4 style: modify variable name
  • 42c5aea docs: update README_EN.md

📊 Changes

11 files changed (+313 additions, -7 deletions)

View changed files

📝 README.md (+1 -1)
📝 README_EN.md (+2 -2)
📝 internal/deployer/deployer.go (+3 -0)
internal/deployer/volcengine_cdn.go (+116 -0)
📝 internal/deployer/volcengine_live.go (+2 -2)
internal/pkg/core/uploader/providers/volcengine-cdn/volcengine_cdn.go (+112 -0)
📝 ui/src/components/certimate/DeployEditDialog.tsx (+4 -0)
ui/src/components/certimate/DeployToVolcengineCDN.tsx (+68 -0)
📝 ui/src/domain/domain.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+2 -1)
📝 ui/src/i18n/locales/zh/nls.common.json (+2 -1)

📄 Description

添加火山引擎CDN的证书部署


🔄 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/342 **Author:** [@belier-cn](https://github.com/belier-cn) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/15/2024 **Merged by:** [@usual2970](https://github.com/usual2970) **Base:** `main` ← **Head:** `volcengine-cdn` --- ### 📝 Commits (4) - [`9eae8f5`](https://github.com/certimate-go/certimate/commit/9eae8f5077f47341ec2d85c20d1b7e3f822eb4a3) feat: add volcengine cdn deployer - [`f847b7f`](https://github.com/certimate-go/certimate/commit/f847b7ff6213562280d82a222471fbce6031f93d) improvement: improve certificate fingerprint comparison - [`e2fd9c4`](https://github.com/certimate-go/certimate/commit/e2fd9c4ceedb7dbba687205e6c86aa3f6ba37f13) style: modify variable name - [`42c5aea`](https://github.com/certimate-go/certimate/commit/42c5aea3f7ea15e9ee719e0969d1090daad58bf0) docs: update README_EN.md ### 📊 Changes **11 files changed** (+313 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `README_EN.md` (+2 -2) 📝 `internal/deployer/deployer.go` (+3 -0) ➕ `internal/deployer/volcengine_cdn.go` (+116 -0) 📝 `internal/deployer/volcengine_live.go` (+2 -2) ➕ `internal/pkg/core/uploader/providers/volcengine-cdn/volcengine_cdn.go` (+112 -0) 📝 `ui/src/components/certimate/DeployEditDialog.tsx` (+4 -0) ➕ `ui/src/components/certimate/DeployToVolcengineCDN.tsx` (+68 -0) 📝 `ui/src/domain/domain.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+2 -1) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+2 -1) </details> ### 📄 Description 添加火山引擎CDN的证书部署 --- <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:52 +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#927
No description provided.