Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2017-10-11 00:54:39
Size: 165
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 6: Line 8:
# 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 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)