]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Introduce chartcp_tls_x509_cert_dir
authorJohn Ferlan <jferlan@redhat.com>
Tue, 14 Jun 2016 19:52:37 +0000 (15:52 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 9 Sep 2016 12:09:03 +0000 (08:09 -0400)
commit3f60a9c32f21158cc498e7bebed6d2b79aeedba1
treecfd3a4c64cfeb8c63ba60639d41613442c10822b
parentc12cb5ed73ec25db184c0204c3476e26357a7314
conf: Introduce chartcp_tls_x509_cert_dir

Add a new TLS X.509 certificate type - "chardev". This will handle the
creation of a TLS certificate capability (and possibly repository) for
properly configured character device TCP backends.

Unlike the vnc and spice there is no "listen" or "passwd" associated. The
credentials eventually will be handled via a libvirt secret provided to
a specific backend.

Make use of the default verify option as well.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/libvirtd_qemu.aug
src/qemu/qemu.conf
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/test_libvirtd_qemu.aug.in
tests/qemuxml2argvdata/qemuxml2argv-serial-tcp-tlsx509-chardev.xml [new file with mode: 0644]
tests/qemuxml2xmloutdata/qemuxml2xmlout-serial-tcp-tlsx509-chardev.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c