Normally the TLS certificate from the destination host must match the
host's name for TLS verification to succeed. When the certificate does
not match the destination hostname and the expected cetificate's
hostname is known, this parameter can be used to pass this expected
hostname when starting the migration.

Jiri Denemark (4):
  qemu: Add support for setting string migration params
  Introduce VIR_MIGRATE_PARAM_TLS_DESTINATION migration param
  qemu: Implement VIR_MIGRATE_PARAM_TLS_DESTINATION
  virsh: Add --tls-destination option for migrate command

 include/libvirt/libvirt-domain.h | 14 +++++++
 src/qemu/qemu_migration.h        |  1 +
 src/qemu/qemu_migration_params.c | 65 +++++++++++++++++++++++++++++++-
 tools/virsh-domain.c             | 11 ++++++
 tools/virsh.pod                  |  8 +++-
 5 files changed, 96 insertions(+), 3 deletions(-)

-- 
2.24.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to