mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
qemu: conf: Clarify default of "vnc_tls_x509_verify"
If both "vnc_tls_x509_verify" and "default_tls_x509_verify" are missing from the config file the client certificate validation is disabled. VNC provides a layer of authentication so client certificate validation is not strictly required. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
9ba2a06e47
commit
940ef34443
@ -119,7 +119,8 @@
|
||||
# CA in the vnc_tls_x509_cert_dir (or default_tls_x509_cert_dir).
|
||||
#
|
||||
# If this option is not supplied, it will be set to the value of
|
||||
# "default_tls_x509_verify".
|
||||
# "default_tls_x509_verify". If "default_tls_x509_verify" is not supplied either,
|
||||
# the default is "0".
|
||||
#
|
||||
#vnc_tls_x509_verify = 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user