mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #42] [Feature] 是否支持客户端通过api或token方式自助下载证书? #31
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#31
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 @immoke on GitHub (Sep 17, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/42
功能描述
目前看所有的介绍,都是适合自己管理自己域名的证书,如果我同时管理多个朋友的域名和服务器(所有证书都是我统一申请,存在我的服务器上),然后在他们的服务器上通过certimate的api或独立token的方式,就可以下载他的域名的证书。
每个人一个token或者每个域名一个token(最好支持域名变量和独立token)。
动机
在不做用户管理的前提下, 实现多用户的功能
替代方案
目前是放在同一个服务器里,然后通过不同的url路径(路径中有一段就是随机字符串,当做他的token用),不同的路径放不同的证书。
其他信息
@usual2970 commented on GitHub (Sep 19, 2024):
感谢反馈,这个后续可以考虑支持