Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2017-11-11 20:09:46
Size: 163
Editor: shran
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 8: Line 10:

== 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"
}}}

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)