mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4620] [Feature Request] https2https 插件的 tls 证书配置 #3647
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3647
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 @uqaigth on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4620
Describe the feature request
为域名申请的 tls 证书通常都放在 frps 所在的服务器上,目前配置证书的方式是在 frpc 的配置文件中配置证书路径。
配置时需要将证书文件下载到客户端机器上,当证书重新申请后更新证书的步骤也比较繁琐。
能否将这部分配置放到 frps 的配置文件中完成?例如:当 frpc 未配置时直接复用 frps 的 transport.tls 的配置
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jan 6, 2025):
目前不支持,涉及到安全问题。未来可能会考虑其他的简化方案。