mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #110] [Feature] 支持自建或私有的域名解析服务器 #88
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#88
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?
Originally created by @liudonghua123 on GitHub (Sep 26, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/110
功能描述
有些单位的域名例如学校的一般是自己搭建的bind9提供解析服务的,希望可以支持这类,httpsok是只需要把特定域名CNAME到另一个域名解析服务器上代理 _acme-challenge 的TXT记录,用来申请泛域名证书。
动机
在特定的领域例如教育领域,域名服务是没有使用任何第三方的,是自建的;希望这个项目可以支持这类领域。
替代方案
httpsok
其他信息
暂无
@fudiwei commented on GitHub (Jan 16, 2025):
httpsok 那种是 SaaS,需要公共服务器做支持的,相当于它代理了你的 DNS 解析。certimate 没有提供 SaaS 的计划。