mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2580] [Feature Request] 启用TLS后,当服务端单向鉴权客户端时,以安全的方法传入证书 #2054
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#2054
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 @RuofengX on GitHub (Sep 17, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2580
Describe the feature request
单向鉴权场景中,客户端的tls证书文件明文暴露在用户的电脑中,恶意用户可以通过获取泄漏的证书来制造中间人攻击。
用户电脑环境往往缺乏完善的权限机制和安全保护。
Describe alternatives you've considered
启动后对密钥文件进行必要的加密,并进行替换;
使用stdin或命令行启动参数提供加密密码;
类似实现有OpenSSL客户端
Affected area