• J
    conf: Add new default TLS X.509 certificate default directory · c12cb5ed
    John Ferlan 提交于
    Rather than specify perhaps multiple TLS X.509 certificate directories,
    let's create a "default" directory which can then be used if the service
    (e.g. for now vnc and spice) does not supply a default directory.
    
    Since the default for vnc and spice may have existed before without being
    supplied, the default check will first check if the service specific path
    exists and if so, set the cfg entry to that; otherwise, the default will
    be set to the (now) new defaultTLSx509certdir.
    
    Additionally add a "default_tls_x509_verify" entry which can also be used
    to force the peer verification option (for vnc it's a x509verify option).
    Add/alter the macro for the option being found in the config file to accept
    the default value.
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    c12cb5ed
qemu.conf 21.4 KB