mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-18 10:26:12 +01:00
Fix certificate extension in example config
This commit is contained in:
parent
3a00068d13
commit
ca3733e357
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
listen = "0.0.0.0:5258"
|
||||
switch-keys = ["LeftAlt", "LeftCtrl"]
|
||||
certificate = "/etc/rkvm/certificate.crt"
|
||||
certificate = "/etc/rkvm/certificate.pem"
|
||||
key = "/etc/rkvm/key.pem"
|
||||
|
||||
# This is to prevent malicious clients from connecting to the server.
|
||||
|
|
Loading…
Reference in a new issue