mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #1033] [MERGED] new providers #1112
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#1112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:main📝 Commits (2)
411de23feat: new acme dns-01 provider: akamai13aa6a9commit📊 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 包含以下内容变更:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.