mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
qemu: Update the TLS client verify descriptions for vnc and chardev
Update the descriptions to match the migrate option. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
1415121a5e
commit
3f3582d6d4
@ -90,10 +90,12 @@
|
||||
# an encrypted channel.
|
||||
#
|
||||
# It is possible to use x509 certificates for authentication too, by
|
||||
# issuing a x509 certificate to every client who needs to connect.
|
||||
# issuing an x509 certificate to every client who needs to connect.
|
||||
#
|
||||
# Enabling this option will reject any client who does not have a
|
||||
# certificate signed by the CA in /etc/pki/libvirt-vnc/ca-cert.pem
|
||||
# Enabling this option will reject any client that does not have a
|
||||
# ca-cert.pem certificate signed by the CA in the vnc_tls_x509_cert_dir
|
||||
# (or default_tls_x509_cert_dir) as well as the corresponding client-*.pem
|
||||
# files described in default_tls_x509_cert_dir.
|
||||
#
|
||||
# If this option is not supplied, it will be set to the value of
|
||||
# "default_tls_x509_verify".
|
||||
@ -225,10 +227,15 @@
|
||||
# an encrypted channel.
|
||||
#
|
||||
# It is possible to use x509 certificates for authentication too, by
|
||||
# issuing a x509 certificate to every client who needs to connect.
|
||||
# issuing an x509 certificate to every client who needs to connect.
|
||||
#
|
||||
# Enabling this option will reject any client who does not have a
|
||||
# certificate signed by the CA in /etc/pki/libvirt-chardev/ca-cert.pem
|
||||
# Enabling this option will reject any client that does not have a
|
||||
# ca-cert.pem certificate signed by the CA in the chardev_tls_x509_cert_dir
|
||||
# (or default_tls_x509_cert_dir) as well as the corresponding client-*.pem
|
||||
# files described in default_tls_x509_cert_dir.
|
||||
#
|
||||
# If this option is not supplied, it will be set to the value of
|
||||
# "default_tls_x509_verify".
|
||||
#
|
||||
#chardev_tls_x509_verify = 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user