Revision cd385f07

b/doc/move-instance.rst
69 69
``--src-ca-file``/``--dest-ca-file``
70 70
  Path to file containing source cluster Certificate Authority (CA) in
71 71
  PEM format. For self-signed certificates, this is the certificate
72
  itself (see more details below in :ref:`certificates`). For
73
  certificates signed by a third party CA, the complete chain must be in
74
  the file (see documentation for
75
  :manpage:`SSL_CTX_load_verify_locations(3)`).
72
  itself (see more details below in
73
  :ref:`instance-move-certificates`). For certificates signed by a third
74
  party CA, the complete chain must be in the file (see documentation
75
  for :manpage:`SSL_CTX_load_verify_locations(3)`).
76 76
``--src-username``/``--dest-username``
77 77
  RAPI username, must have write access to cluster.
78 78
``--src-password-file``/``--dest-password-file``
......
97 97
The exit value of the tool is zero if and only if all instance moves
98 98
were successful.
99 99

  
100
.. _certificates:
100
.. _instance-move-certificates:
101 101

  
102 102
Certificates
103 103
------------

Also available in: Unified diff