Differences between revisions 3 and 4
Revision 3 as of 2021-02-21 12:45:14
Size: 314
Comment:
Revision 4 as of 2021-02-21 12:46:15
Size: 402
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Installation ==
Line 9: Line 11:
Configure == Configuration ==
Line 11: Line 13:
enable encryption for spice in `/etc/libvirt/qemu.conf` === TLS certificates for spice protocol ===

E
nable encryption for spice protocol in `/etc/libvirt/qemu.conf`

KVM Host Virtualization Software

Installation

Install the virtualization software.

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

Configuration

TLS certificates for spice protocol

Enable encryption for spice protocol 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)