Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2017-10-11 00:54:39
Size: 165
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 6: Line 6:
# apt-get install virtinst libvirt-clients qemu-kvm libvirt-daemon-system apt-get install virtinst libvirt-clients qemu-kvm libvirt-daemon-system
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)