From ca3733e357d85c41a765fb0c758148cc097ad3a7 Mon Sep 17 00:00:00 2001 From: Jan Trefil <8711792+htrefil@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:59:11 +0200 Subject: [PATCH] Fix certificate extension in example config --- example/server.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/server.toml b/example/server.toml index 4fe727c..b8f9e8e 100644 --- a/example/server.toml +++ b/example/server.toml @@ -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.