mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3291] dashboard开启https的证书应该怎么选? #2636
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#2636
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 @Wrandz on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3291
Bug Description
文档里面写的是加上证书和密钥文件即可,如图所示
我找了一下阿里云证书下载界面,对应的就是apache的是crt/key,如图所示
可是下载下来有2个crt,这两个是要合并?还是选择哪一个?
frpc Version
0.46.1
frps Version
0.46.1
System Architecture
linux/amd64
Configurations
[common]
bind_port=52511
bind_udp_port=52511
authentication_method=token
token=admin
dashboard_port=52512
dashboard_user=admin
dashboard_pwd=admin
dashboard_tls_mode = true
dashboard_tls_cert_file = server.crt
dashboard_tls_key_file = server.key
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Feb 7, 2023):
实践出真知
一般情况下二选一
@Wrandz commented on GitHub (Feb 10, 2023):
@Becods 不是的,你错了,并不是二选一,我后面用的是nginx那个pem/key证书,这个是可以的。
@github-actions[bot] commented on GitHub (Mar 13, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.