Revision b8a10435

b/man/gnt-cluster.rst
520 520
| **renew-crypto** [-f]
521 521
| [--new-cluster-certificate] [--new-confd-hmac-key]
522 522
| [--new-rapi-certificate] [--rapi-certificate *rapi-cert*]
523
| [--new-spice-certificate | --spice-certificate *spice-cert*
524
| -- spice-ca-certificate *spice-ca-cert*]
523 525
| [--new-cluster-domain-secret] [--cluster-domain-secret *filename*]
524 526

  
525 527
This command will stop all Ganeti daemons in the cluster and start
......
533 535
use your own certificate, e.g. one signed by a certificate
534 536
authority (CA), pass its filename to ``--rapi-certificate``.
535 537

  
538
To generate a new self-signed SPICE certificate, used by SPICE
539
connections to the KVM hypervisor, specify the
540
``--new-spice-certificate`` option. If you want to provide a
541
certificate, pass its filename to ``--spice-certificate`` and pass the
542
signing CA certificate to ``--spice-ca-certificate``.
543

  
536 544
``--new-cluster-domain-secret`` generates a new, random cluster
537 545
domain secret. ``--cluster-domain-secret`` reads the secret from a
538 546
file. The cluster domain secret is used to sign information
b/man/gnt-instance.rst
353 353

  
354 354
    Configures whether SPICE should compress audio streams or not.
355 355

  
356
spice\_use\_tls
357
    Valid for the KVM hypervisor.
358

  
359
    Specifies that the SPICE server must use TLS to encrypt all the
360
    traffic with the client.
361

  
356 362
acpi
357 363
    Valid for the Xen HVM and KVM hypervisors.
358 364

  

Also available in: Unified diff