$ mkdir ~/.config/rkvm $ ./target/release/certificate-gen ~/.config/rkvm/identity.p12 \ ~/.config/rkvm/certificate.pem key -d t430s.local Generating a RSA private key .......................................+++++ .....+++++ writing new private key to 'key' ----- Enter Export Password: Verifying - Enter Export Password: $ cp example/server.toml ~/.config/rkvm/ $ vi ~/.config/rkvm/server.toml $ cat ~/.config/rkvm/server.toml listen-address = "0.0.0.0:5258" # Switch to next client by pressing the left alt key. switch-keys = ["LeftAlt"] identity-path = "identity.p12" # Leave unset if no password is set. identity-password = "123456789" 1 2 3 8 / 15