mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #927] [MERGED] feat: support provider joohoi/acme-dns #1077
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#1077
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/927
Author: @orangejx
Created: 8/14/2025
Status: ✅ Merged
Merged: 9/3/2025
Merged by: @fudiwei
Base:
main← Head:wlms-dev📝 Commits (2)
43acea2support Provider ACME DNS in UI.152bdbfsupport Provider ACME DNS in Backend.📊 Changes
15 files changed (+183 additions, -0 deletions)
View changed files
📝
go.mod(+1 -0)📝
go.sum(+2 -0)📝
internal/applicant/providers.go(+16 -0)📝
internal/domain/access.go(+6 -0)📝
internal/domain/provider.go(+2 -0)➕
pkg/core/ssl-applicator/acme-dns01/providers/acmedns/acmedns.go(+35 -0)➕
ui/public/imgs/providers/acmedns.svg(+2 -0)📝
ui/src/components/access/AccessForm.tsx(+3 -0)➕
ui/src/components/access/AccessFormACMEDNSConfig.tsx(+85 -0)📝
ui/src/domain/access.ts(+7 -0)📝
ui/src/domain/provider.ts(+4 -0)📝
ui/src/i18n/locales/en/nls.access.json(+9 -0)📝
ui/src/i18n/locales/en/nls.provider.json(+1 -0)📝
ui/src/i18n/locales/zh/nls.access.json(+9 -0)📝
ui/src/i18n/locales/zh/nls.provider.json(+1 -0)📄 Description
feat: 增加了对 joohoi/acme-dns 的驱动实现:
http://LOGO 替代.ACME-DNS API URL,ACME-DNS Credentials URL PATH及ACME-DNS Credentials Local PathACME-DNS API URL(ACME-DNS 端点地址, *必填项)ACME-DNS Credentials URL PATH(凭据的 URL 位置, *必填项, 和ACME-DNS Credentials Local Path至少且只能填写一个)ACME-DNS Credentials Local Path(凭据的本地位置, *必填项, 和ACME-DNS Credentials URL PATH至少且只能填写一个)凭据文件为
JSON格式, 且需且至少具有以下字段:usernamepasswordfulldomainsubdomainurl如果凭据文件内需含有多个域的凭据信息, 则:
example.comusernamepasswordfulldomainsubdomainurlexample.netusernamepasswordfulldomainsubdomainurl即可.
关联 Issue : https://github.com/certimate-go/certimate/issues/909
上一个 PR (https://github.com/certimate-go/certimate/pull/925) 由于推送到了错误分支(next), 因此重新 checkout 分支(main)并重新推送到 main 分支
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.