Skip to content
  • Guido Trotter's avatar
    KVM: add VNC TLS and X509 parameters · 8b2d1013
    Guido Trotter authored
    With this parameters VNC for KVM is able to be protected by tls,
    optionally with an x509 certificate, and optionally verifying the
    client as well. Additionally in this patch we limit the bind address to
    being a directory, rather than a file or a directory, for simplicity, as
    it allows for the same level of control anyway.
    
    Reviewed-by: iustinp
    8b2d1013