mirror of
https://github.com/htrefil/rkvm.git
synced 2025-01-30 20:34:13 +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"
|
listen = "0.0.0.0:5258"
|
||||||
switch-keys = ["LeftAlt", "LeftCtrl"]
|
switch-keys = ["LeftAlt", "LeftCtrl"]
|
||||||
certificate = "/etc/rkvm/certificate.crt"
|
certificate = "/etc/rkvm/certificate.pem"
|
||||||
key = "/etc/rkvm/key.pem"
|
key = "/etc/rkvm/key.pem"
|
||||||
|
|
||||||
# This is to prevent malicious clients from connecting to the server.
|
# This is to prevent malicious clients from connecting to the server.
|
||||||
|
|
Loading…
Add table
Reference in a new issue