Skip to content

Commit

Permalink
Fix certificate extension in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
htrefil committed Apr 22, 2023
1 parent 3a00068 commit ca3733e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/server.toml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ca3733e

Please sign in to comment.