mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Fix typo (cetificate -> certificate)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
4a09c143f6
commit
a2e15167f9
@ -3182,7 +3182,7 @@ Providing *--tls* causes the migration to use the host configured TLS setup
|
||||
the migration of the domain. Usage requires proper TLS setup for both source
|
||||
and target. 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
|
||||
+match the destination hostname and the expected certificate's hostname is
|
||||
+known, *--tls-destination* can be used to pass the expected *hostname* when
|
||||
+starting the migration.
|
||||
|
||||
|
@ -1059,7 +1059,7 @@ typedef enum {
|
||||
*
|
||||
* 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,
|
||||
* the destination hostname and the expected certificate's hostname is known,
|
||||
* this parameter can be used to pass this expected hostname when starting
|
||||
* the migration.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user