• J
    conf: Introduce migrate_tls_x509_cert_dir · 1415121a
    John Ferlan 提交于
    Add a new TLS X.509 certificate type - "migrate". This will handle the
    creation of a TLS certificate capability (and possibly repository) to
    be used for migrations. Similar to chardev's, credentials will be handled
    via a libvirt secrets; however, unlike chardev's enablement and usage
    will be via a CLI flag instead of a conf flag and a domain XML attribute.
    
    The migrations using the *x509_verify flag require the client-cert.pem
    and client-key.pem files to be present in the TLS directory - so let's
    also be sure to note that in the qemu.conf file.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    1415121a
qemu_conf.c 50.8 KB