rkvm/example/client.toml
2023-04-19 21:54:50 +02:00

8 lines
271 B
TOML

server = "myserver.local:5258"
certificate = "/etc/rkvm/certificate.pem"
# This is to prevent malicious clients from connecting to the server.
# Make sure this matches your server's config.
#
# Change this to your own value before deploying rkvm.
password = "123456789"