mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: add TLS API option to send migration call
To enable TLS, the caller has to provide a path to a directory that contains the necessary files. On-behalf-of: SAP sebastian.eydam@sap.com Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>
This commit is contained in:
committed by
Rob Bradford
parent
001bdde75f
commit
c23edda98b
@@ -1553,6 +1553,12 @@ components:
|
||||
The number of parallel TCP connections to use for migration.
|
||||
Must be between 1 and 128. Multiple connections are not supported
|
||||
with local UNIX-socket migration.
|
||||
tls_dir:
|
||||
type: string
|
||||
description: >
|
||||
Directory containing the TLS root CA certificate (ca-cert.pem), the TLS client
|
||||
certificate (client-cert.pem), and TLS client key (client-key.pem).
|
||||
TLS is only supported with tcp:<host>:<port> destination URLs.
|
||||
|
||||
VmAddUserDevice:
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user