diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-03-11 11:13:32 -0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2010-10-08 12:49:51 +0200 |
commit | c448e8552b0f6135dabddf944a7110f929c08320 (patch) | |
tree | ae59702704c61d71858722ea409a2d57a290283a /qemu-options.hx | |
parent | 4447d609688e75a40a10b559e3b6ae83843e3095 (diff) | |
download | qemu-c448e8552b0f6135dabddf944a7110f929c08320.zip |
spice: tls support
Add options to the -spice command line switch to setup tls.
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 718d47a2a3..9d3f8ef529 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -680,7 +680,7 @@ Enable the spice remote desktop protocol. Valid options are @table @option @item port=<nr> -Set the TCP port spice is listening on. +Set the TCP port spice is listening on for plaintext channels. @item password=<secret> Set the password you need to authenticate. @@ -688,6 +688,22 @@ Set the password you need to authenticate. @item disable-ticketing Allow client connects without authentication. +@item tls-port=<nr> +Set the TCP port spice is listening on for encrypted channels. + +@item x509-dir=<dir> +Set the x509 file directory. Expects same filenames as -vnc $display,x509=$dir + +@item x509-key-file=<file> +@item x509-key-password=<file> +@item x509-cert-file=<file> +@item x509-cacert-file=<file> +@item x509-dh-key-file=<file> +The x509 file names can also be configured individually. + +@item tls-ciphers=<list> +Specify which ciphers to use. + @end table ETEXI |