[PR #1033] [MERGED] new providers #1112

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

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1033
Author: @Qmli04
Created: 11/7/2025
Status: Merged
Merged: 11/7/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (2)

📊 Changes

14 files changed (+273 additions, -6 deletions)

View changed files

📝 go.mod (+8 -1)
📝 go.sum (+8 -0)
internal/certapply/applicators/sp_akamai_edgedns.go (+36 -0)
📝 internal/domain/access.go (+7 -0)
📝 internal/domain/provider.go (+3 -1)
pkg/core/ssl-applicator/acme-dns01/providers/akamai-edgedns/akamai_edgedns.go (+49 -0)
ui/public/imgs/providers/akamai.svg (+37 -0)
📝 ui/src/components/access/forms/AccessConfigFieldsProvider.tsx (+2 -0)
ui/src/components/access/forms/AccessConfigFieldsProviderAkamai.tsx (+88 -0)
📝 ui/src/domain/provider.ts (+5 -0)
📝 ui/src/i18n/locales/en/nls.access.json (+12 -0)
📝 ui/src/i18n/locales/en/nls.provider.json (+3 -2)
📝 ui/src/i18n/locales/zh/nls.access.json (+12 -0)
📝 ui/src/i18n/locales/zh/nls.provider.json (+3 -2)

📄 Description

该 PR 包含以下内容变更:

  • feat: new acme dns-01 provider: akamai (已测试)

🔄 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/1033 **Author:** [@Qmli04](https://github.com/Qmli04) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/7/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`411de23`](https://github.com/certimate-go/certimate/commit/411de23a306495f66d3cfbc75138f3ddc5802e82) feat: new acme dns-01 provider: akamai - [`13aa6a9`](https://github.com/certimate-go/certimate/commit/13aa6a969689e1156ddc8d986f6dbb56d4639765) commit ### 📊 Changes **14 files changed** (+273 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+8 -1) 📝 `go.sum` (+8 -0) ➕ `internal/certapply/applicators/sp_akamai_edgedns.go` (+36 -0) 📝 `internal/domain/access.go` (+7 -0) 📝 `internal/domain/provider.go` (+3 -1) ➕ `pkg/core/ssl-applicator/acme-dns01/providers/akamai-edgedns/akamai_edgedns.go` (+49 -0) ➕ `ui/public/imgs/providers/akamai.svg` (+37 -0) 📝 `ui/src/components/access/forms/AccessConfigFieldsProvider.tsx` (+2 -0) ➕ `ui/src/components/access/forms/AccessConfigFieldsProviderAkamai.tsx` (+88 -0) 📝 `ui/src/domain/provider.ts` (+5 -0) 📝 `ui/src/i18n/locales/en/nls.access.json` (+12 -0) 📝 `ui/src/i18n/locales/en/nls.provider.json` (+3 -2) 📝 `ui/src/i18n/locales/zh/nls.access.json` (+12 -0) 📝 `ui/src/i18n/locales/zh/nls.provider.json` (+3 -2) </details> ### 📄 Description 该 PR 包含以下内容变更: - feat: new acme dns-01 provider: akamai (已测试) --- <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:45 +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#1112
No description provided.