Differences between revisions 2 and 3
Revision 2 as of 2017-11-11 20:09:46
Size: 163
Editor: shran
Comment:
Revision 3 as of 2021-02-21 12:45:14
Size: 314
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:

Configure

enable encryption for spice in `/etc/libvirt/qemu.conf`

{{{
spice_tls = 1
spice_tls_x509_cert_dir = "/etc/pki/libvirt-spice"
}}}

KVM Host Virtualization Software

Install the virtualization software.

apt-get install virtinst libvirt-clients qemu-kvm libvirt-daemon-system

Configure

enable encryption for spice in /etc/libvirt/qemu.conf

spice_tls = 1
spice_tls_x509_cert_dir = "/etc/pki/libvirt-spice"

None: KVM Host Virtualization Software (last edited 2021-02-21 12:46:15 by Kristian Kallenberg)