Fix certificate extension in example config

This commit is contained in:
Jan Trefil 2023-04-22 12:59:11 +02:00
parent 3a00068d13
commit ca3733e357

View file

@ -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.